fuck autocomplete

This commit is contained in:
sphere 2019-11-22 04:12:38 +01:00
parent 5a7ebb3ba6
commit 514394a4f3
1 changed files with 1 additions and 1 deletions

View File

@ -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)