Revert "Temporarily removes update_client_z from /logout"

This commit is contained in:
Novacat
2020-01-11 01:08:14 -05:00
committed by GitHub
parent 4f9b0dbf87
commit e1f3b56f74
+1 -1
View File
@@ -2,7 +2,7 @@
SSnanoui.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) //VOREStation TEST Removal: potential source of restart crashes
update_client_z(null)
log_access_out(src)
if(admin_datums[src.ckey])
if (ticker && ticker.current_state == GAME_STATE_PLAYING) //Only report this stuff if we are currently playing.