mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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
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 |