diff options
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index c54d51fb..adae40a8 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -168,7 +168,7 @@ void CG_ClientList_f( void ) static void CG_UIMenu_f( void ) { - trap_SendConsoleCommand( va( "menu %s\n", CG_Argv( 1 ) ) ); + trap_SendConsoleCommand( va( "menu \"%s\"\n", CG_Argv( 1 ) ) ); } static consoleCommand_t commands[ ] = |