Atmos GC lag bandaid (#3935)

Atmospherics devices and images now always hard-delete; this should address issues with crushing lag 5 minutes after explosions at the cost of slowing down explosions a bit.
This commit is contained in:
Lohikar
2017-12-08 15:07:50 -06:00
committed by Erki
parent 94fe548cf7
commit 66723a86b9
3 changed files with 12 additions and 0 deletions

View File

@@ -255,3 +255,7 @@ var/datum/controller/subsystem/garbage_collector/SSgarbage
/client/Destroy()
..()
return QDEL_HINT_HARDDEL_NOW
/image/Destroy()
..()
return QDEL_HINT_HARDDEL