Have ui_test cmd in missionpack ui return qtrue
This commit is contained in:
parent
fa9fd1b1fc
commit
2ba7a33715
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ qboolean UI_ConsoleCommand( int realTime ) {
|
||||||
|
|
||||||
if ( Q_stricmp (cmd, "ui_test") == 0 ) {
|
if ( Q_stricmp (cmd, "ui_test") == 0 ) {
|
||||||
UI_ShowPostGame(qtrue);
|
UI_ShowPostGame(qtrue);
|
||||||
|
return qtrue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( Q_stricmp (cmd, "ui_report") == 0 ) {
|
if ( Q_stricmp (cmd, "ui_report") == 0 ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue