Files
Yogstation/code/modules/mob/logout.dm
Cyberboss b9c54f517f Minor refactors (#26305)
obj/on_log changed to atom/on_log. Boolean parameter in
No admin irc message now checked in client/Del instead of mob/Logout
Removed an empty New()
1 -> TRUE
removed a potential crash in mob/Login
2017-04-23 09:52:47 +12:00

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