Fixes the obvious thing

This commit is contained in:
Crazylemon64
2017-05-07 00:55:26 -07:00
parent 68df0319e2
commit 502e41b80d
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#define DECLARE_GLOBAL_CONTROLLER(PROCESS,VARNAME) \
/datum/controller/process/##PROCESS/assertGlobality(){\
if(##VARNAME){\
message_admins("Controller '[name]' tried to become global but found another controller there already. Deleting the old controller, '[##VARNAME]'.");\
message_admins("Controller '[name]' tried to become global but found another controller there already. Deleting the old controller.");\
qdel(##VARNAME);}\
##VARNAME = src;}\
\