mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
Some more image qdel prevention (#7795)
This commit is contained in:
@@ -54,6 +54,14 @@
|
||||
if(tf_mob_holder)
|
||||
tf_mob_holder = null
|
||||
//VOREStation Addition End
|
||||
//ChompEDIT START
|
||||
if(selected_image) // prune out images
|
||||
selected_image = null
|
||||
if(hud_list) //prune out images in hud_list
|
||||
for(var/item in hud_list)
|
||||
if(item)
|
||||
item = null
|
||||
//ChompEDIT END
|
||||
|
||||
qdel(selected_image)
|
||||
QDEL_NULL(vorePanel) //VOREStation Add
|
||||
|
||||
Reference in New Issue
Block a user