diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index b814d0959..1bf33c7ea 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -362,7 +362,7 @@ void CClient::SendInput() // ugly workaround for dummy. we need to send input with dummy to prevent // prediction time resets. but if we do it too often, then it's // impossible to use grenade with frozen dummy that gets hammered... - if(g_Config.m_ClDummyCopyMoves || m_aCurrentInput[i] % 2) + if(g_Config.m_ClDummyCopyMoves || g_Config.m_ClDummyControl || m_aCurrentInput[i] % 2) Force = true; } }