Fixes some holocall stuff (#38209)

* Fixes some holocall stuff

* Yep
This commit is contained in:
AnturK
2018-06-06 21:24:17 +02:00
committed by letterjay
parent 32b91ef798
commit 717e635d28
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
/obj/effect/overlay/holo_pad_hologram/Destroy()
Impersonation = null
if(HC)
if(!QDELETED(HC))
HC.Disconnect(HC.calling_holopad)
return ..()