Fix a subsystem priority sort (#68490)

This commit is contained in:
wixoa
2022-07-17 18:29:30 -04:00
committed by GitHub
parent f6e35eb653
commit a69908da37
+1 -1
View File
@@ -354,7 +354,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
//(higher subsystems will be sooner in the queue, adding them later in the loop means we don't have to loop thru them next queue add)
sortTim(tickersubsystems, /proc/cmp_subsystem_priority)
for(var/I in runlevel_sorted_subsystems)
sortTim(runlevel_sorted_subsystems, /proc/cmp_subsystem_priority)
sortTim(I, /proc/cmp_subsystem_priority)
I += tickersubsystems
var/cached_runlevel = current_runlevel