From e1f3b56f745cfcba0a55c0a445a6d2f346cd196e Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 11 Jan 2020 01:08:14 -0500 Subject: [PATCH] Revert "Temporarily removes update_client_z from /logout" --- code/modules/mob/logout.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/logout.dm b/code/modules/mob/logout.dm index d9940a1581..aa42ab461d 100644 --- a/code/modules/mob/logout.dm +++ b/code/modules/mob/logout.dm @@ -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.