mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Merge pull request #24200 from MrStonedOne/patch-313
Fixes IWILLGC hint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user