From 7fa6bb022e0f86f23bd331c9673e87e7d8ac74fa Mon Sep 17 00:00:00 2001 From: Katherine Kiefer Date: Tue, 12 Mar 2024 15:07:19 +1100 Subject: [PATCH] shit --- code/controllers/master.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/controllers/master.dm b/code/controllers/master.dm index 715d5eab28..487ea0a2fb 100644 --- a/code/controllers/master.dm +++ b/code/controllers/master.dm @@ -307,6 +307,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new queue_tail = null //these sort by lower priorities first to reduce the number of loops needed to add subsequent SS's to the queue //(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) + WARNING("[tickersubsystems]") sortTim(tickersubsystems, GLOBAL_PROC_REF(cmp_subsystem_priority)) for(var/I in runlevel_sorted_subsystems) sortTim(runlevel_sorted_subsystems, GLOBAL_PROC_REF(cmp_subsystem_priority))