mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
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:
@@ -255,3 +255,7 @@ var/datum/controller/subsystem/garbage_collector/SSgarbage
|
||||
/client/Destroy()
|
||||
..()
|
||||
return QDEL_HINT_HARDDEL_NOW
|
||||
|
||||
/image/Destroy()
|
||||
..()
|
||||
return QDEL_HINT_HARDDEL
|
||||
|
||||
Reference in New Issue
Block a user