diff --git a/src/game/client/components/console.cpp b/src/game/client/components/console.cpp index 9fdafa3da..71394bdc2 100644 --- a/src/game/client/components/console.cpp +++ b/src/game/client/components/console.cpp @@ -152,7 +152,6 @@ void CGameConsole::CInstance::OnInput(IInput::CEvent Event) else if(m_pGameConsole->Input()->KeyIsPressed(KEY_LCTRL) && m_pGameConsole->Input()->KeyPress(KEY_U)) { m_Input.DeleteUntilCursor(); - Handled = true; } if(Event.m_Flags&IInput::FLAG_PRESS)