Merge pull request #24200 from MrStonedOne/patch-313

Fixes IWILLGC hint
This commit is contained in:
Joan Lung
2017-02-18 19:06:47 -05:00
committed by GitHub

View File

@@ -179,6 +179,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
if (QDEL_HINT_QUEUE) //qdel should queue the object for deletion.
SSgarbage.QueueForQueuing(D)
if (QDEL_HINT_IWILLGC)
D.gc_destroyed = world.time
return
if (QDEL_HINT_LETMELIVE) //qdel should let the object live after calling destory.
if(!force)