Index: code/client/cl_ui.c =================================================================== --- code/client/cl_ui.c (revision 1151) +++ code/client/cl_ui.c (working copy) @@ -677,6 +677,8 @@ ==================== */ void Key_SetCatcher( int catcher ) { + // prevent console from being closed + catcher |= cls.keyCatchers & KEYCATCH_CONSOLE; cls.keyCatchers = catcher; }