Files
GS13NG/code/datums/holocall.dm.rej
T
2017-06-06 10:34:58 -05:00

11 lines
260 B
Plaintext

diff a/code/datums/holocall.dm b/code/datums/holocall.dm (rejected hunks)
@@ -42,6 +43,8 @@
//cleans up ALL references :)
/datum/holocall/Destroy()
+ QDEL_NULL(hangup)
+
var/user_good = !QDELETED(user)
if(user_good)
user.reset_perspective()