mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
fixes stack memleaks (#18395)
* fixes stack memleaks * . * more * . * . * urg * urg * . * . * . * . * . * . * . * . * . * . * cklear laws * Update vending.dm --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
for(var/datum/orbit/O as anything in orbiters)
|
||||
if (O.orbiter)
|
||||
O.orbiter.stop_orbit()
|
||||
orbiters = null
|
||||
|
||||
/atom/movable/Destroy(force = FALSE)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user