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