mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[MIRROR] Code cleanup: Sorting (#27596)
* Code cleanup: Sorting * Fixes --------- Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Waterpig <wtryoutube@seznam.cz>
This commit is contained in:
co-authored by
Jeremiah
Waterpig
parent
a992f9f468
commit
483236f32a
@@ -84,7 +84,7 @@ PROCESSING_SUBSYSTEM_DEF(dcs)
|
||||
fullid += REF(key)
|
||||
|
||||
if(named_arguments)
|
||||
named_arguments = sortTim(named_arguments, GLOBAL_PROC_REF(cmp_text_asc))
|
||||
sortTim(named_arguments, GLOBAL_PROC_REF(cmp_text_asc))
|
||||
fullid += named_arguments
|
||||
|
||||
return list2params(fullid)
|
||||
|
||||
Reference in New Issue
Block a user