Fixes disconnect timer message

This commit is contained in:
Heroman
2019-04-08 04:13:32 +10:00
parent 4d2bff5b5c
commit 0c69b1b650
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
/mob/Logout()
GLOB.nanomanager.user_logout(src) // this is used to clean up (remove) this user's Nano UIs
player_list -= src
disconnect_time = world.realtime //VOREStation Addition: logging when we disappear.
update_client_z(null)
log_access_out(src)
if(admin_datums[src.ckey])