this actually does not need named this way

This commit is contained in:
Putnam
2021-06-07 05:31:41 -07:00
parent d03bf641dd
commit 7952a1cf88
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ SUBSYSTEM_DEF(callbacks)
CRASH("Auxtools not found! Callback subsystem shutting itself off.")
/datum/controller/subsystem/callbacks/fire()
if(process_atmos_callbacks(MC_TICK_REMAINING_MS))
if(process_atmos_callbacks(TICK_REMAINING_MS))
pause()