From 68e752b46153e32d116d7a0d916de5c7c1ca199c Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Tue, 29 Mar 2016 18:45:22 -0700 Subject: [PATCH] Update fastprocess.dm --- code/controllers/subsystem/fastprocess.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/fastprocess.dm b/code/controllers/subsystem/fastprocess.dm index 972f7ebe26c..8bed991dbdc 100644 --- a/code/controllers/subsystem/fastprocess.dm +++ b/code/controllers/subsystem/fastprocess.dm @@ -31,6 +31,6 @@ var/datum/subsystem/fastprocess/SSfastprocess if(thing) thing.process(wait) else - SSfastprocess.processing.Remove(thing) + SSfastprocess.processing -= thing if (MC_TICK_CHECK) return