Hopefully fixes whatever requires SHOULD_NOT_SLEEP to be commented out

This commit is contained in:
Putnam3145
2021-06-21 07:55:44 -07:00
parent 19e44efef1
commit e6345dd32a

View File

@@ -47,5 +47,5 @@ SUBSYSTEM_DEF(processing)
* If you override this do not call parent, as it will return PROCESS_KILL. This is done to prevent objects that dont override process() from staying in the processing list
*/
/datum/proc/process(delta_time)
// SHOULD_NOT_SLEEP(TRUE)
SHOULD_NOT_SLEEP(TRUE)
return PROCESS_KILL