From ad6c0e4a78f1365e2cda1e44341ed32fd2da2aff Mon Sep 17 00:00:00 2001 From: Lzimann Date: Fri, 27 Jan 2017 00:56:12 -0200 Subject: [PATCH] Makes the client.view always reset on mob/login --- code/modules/mob/login.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/login.dm b/code/modules/mob/login.dm index 4b42ccfa867..28546c41c2c 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -71,3 +71,5 @@ update_client_colour() if(client) client.click_intercept = null + + client.view = world.view // Resets the client.view in case it was changed. \ No newline at end of file