mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
fuck autocomplete
This commit is contained in:
parent
5a7ebb3ba6
commit
514394a4f3
1 changed files with 1 additions and 1 deletions
|
@ -4338,7 +4338,7 @@ static void Command_Isgamemodified_f(void)
|
|||
else if (modifiedgame)
|
||||
CONS_Printf(M_GetText("modifiedgame is true, extras will not be unlocked\n"));
|
||||
else
|
||||
CONS_Printf(M_GetText("modifiedgame is false, you can unlock extravalues\n"));
|
||||
CONS_Printf(M_GetText("modifiedgame is false, you can unlock extras\n"));
|
||||
}
|
||||
|
||||
static void Command_Cheats_f(void)
|
||||
|
|
Loading…
Reference in a new issue