mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
POLARIS: Lazily clear these lists
This commit is contained in:
@@ -57,11 +57,11 @@
|
||||
for(var/organ in organs)
|
||||
qdel(organ)
|
||||
|
||||
list_layers.Cut()
|
||||
LAZYCLEARLIST(list_layers)
|
||||
list_layers = null //Be free!
|
||||
list_body.Cut()
|
||||
LAZYCLEARLIST(list_body)
|
||||
list_body = null
|
||||
list_huds.Cut()
|
||||
LAZYCLEARLIST(list_huds)
|
||||
list_huds = null
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user