mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-18 05:36:56 +01:00
11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
/mob/Logout()
|
|
SStgui.on_logout(src)
|
|
unset_machine()
|
|
GLOB.player_list -= src
|
|
|
|
..()
|
|
|
|
if(loc)
|
|
loc.on_log(FALSE)
|
|
|
|
return TRUE |