mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
/mob/abstract/observer/Logout()
|
|
..()
|
|
spawn(0)
|
|
if(src && !key) //we've transferred to another mob. This ghost should be deleted.
|
|
qdel(src)
|