fixes runtime when client disconnects while a ghost.

This commit is contained in:
MrStonedOne
2015-02-28 13:16:04 -08:00
parent ff1a0d3ecd
commit ef95d03a13
+2 -1
View File
@@ -1,5 +1,6 @@
/mob/dead/observer/Logout()
client.images -= ghostimages
if (client)
client.images -= ghostimages
..()
spawn(0)
if(src && !key) //we've transferred to another mob. This ghost should be deleted.