Fixes a GC error with holocalls (#903)
This commit is contained in:
committed by
kevinz000
parent
ce65bd28b0
commit
779ba7ac89
@@ -61,6 +61,7 @@ GLOBAL_LIST_EMPTY(holopads)
|
||||
/obj/machinery/holopad/Destroy()
|
||||
if(outgoing_call)
|
||||
LAZYADD(holo_calls, outgoing_call)
|
||||
outgoing_call = null
|
||||
|
||||
for(var/I in holo_calls)
|
||||
var/datum/holocall/HC = I
|
||||
|
||||
Reference in New Issue
Block a user