From f6ef771ccda871d5f3ff268d37128f53ab49042b Mon Sep 17 00:00:00 2001 From: AnturK Date: Tue, 9 Jan 2018 05:08:45 +0100 Subject: [PATCH 1/2] Fixes teleport camera (#34113) --- code/modules/mob/living/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index d3ec0bf7b5..1c1870eb05 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -1037,7 +1037,7 @@ . = ..() if(.) if(client) - reset_perspective(destination) + reset_perspective() update_canmove() //if the mob was asleep inside a container and then got forceMoved out we need to make them fall. /mob/living/proc/update_z(new_z) // 1+ to register, null to unregister