mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
fixes runtime when client disconnects while a ghost.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user