mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Fixes disconnect timer message
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user