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