Fixes a GC error with holocalls (#903)

This commit is contained in:
CitadelStationBot
2017-05-11 20:26:52 -05:00
committed by kevinz000
parent ce65bd28b0
commit 779ba7ac89
+1
View File
@@ -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