mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Run toggleconsole in binds while in menu or message mode
This commit is contained in:
parent
4ba14425ed
commit
9c701a781b
1 changed files with 2 additions and 0 deletions
|
@ -1131,6 +1131,8 @@ static qboolean CL_BindUICommand( const char *cmd ) {
|
||||||
if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE )
|
if ( Key_GetCatcher( ) & KEYCATCH_CONSOLE )
|
||||||
return qfalse;
|
return qfalse;
|
||||||
|
|
||||||
|
if ( !Q_stricmp( cmd, "toggleconsole" ) )
|
||||||
|
return qtrue;
|
||||||
if ( !Q_stricmp( cmd, "togglemenu" ) )
|
if ( !Q_stricmp( cmd, "togglemenu" ) )
|
||||||
return qtrue;
|
return qtrue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue