mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #6418 from Heroman3003/testremove
Temporarily removes update_client_z from /logout
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
SSnanoui.user_logout(src) // this is used to clean up (remove) this user's Nano UIs
|
SSnanoui.user_logout(src) // this is used to clean up (remove) this user's Nano UIs
|
||||||
player_list -= src
|
player_list -= src
|
||||||
disconnect_time = world.realtime //VOREStation Addition: logging when we disappear.
|
disconnect_time = world.realtime //VOREStation Addition: logging when we disappear.
|
||||||
update_client_z(null)
|
//update_client_z(null) //VOREStation TEST Removal: potential source of restart crashes
|
||||||
log_access_out(src)
|
log_access_out(src)
|
||||||
if(admin_datums[src.ckey])
|
if(admin_datums[src.ckey])
|
||||||
if (ticker && ticker.current_state == GAME_STATE_PLAYING) //Only report this stuff if we are currently playing.
|
if (ticker && ticker.current_state == GAME_STATE_PLAYING) //Only report this stuff if we are currently playing.
|
||||||
|
|||||||
Reference in New Issue
Block a user