diff --git a/src/game/client/components/camera.cpp b/src/game/client/components/camera.cpp index 09ed9381d..bab22a89c 100644 --- a/src/game/client/components/camera.cpp +++ b/src/game/client/components/camera.cpp @@ -26,11 +26,8 @@ void CCamera::OnRender() { if(!(m_pClient->m_Snap.m_SpecInfo.m_Active || GameClient()->m_GameInfo.m_AllowZoom || Client()->State() == IClient::STATE_DEMOPLAYBACK)) { - if(!Client()->DummyConnected() && !Client()->DummyConnecting()) - { - m_ZoomSet = false; - m_Zoom = 1.0; - } + m_ZoomSet = false; + m_Zoom = 1.0; } else if(!m_ZoomSet && g_Config.m_ClDefaultZoom != 10) {