compiles the game properly

This commit is contained in:
duncathan
2015-09-04 22:21:58 -06:00
parent 4fc54c238c
commit bea187ef8d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -126,8 +126,8 @@ var/datum/subsystem/garbage_collector/SSgarbage
A.find_references()
#endif
else
if(!("[A.type]" in noqdelhint))
noqdelhint += "[A.type]"
if(!("[A.type]" in SSgarbage.noqdelhint))
SSgarbage.noqdelhint += "[A.type]"
testing("WARNING: [A.type] is not returning a qdel hint. It is being placed in the queue. Further instances of this type will also be queued.")
SSgarbage.Queue(A)