Let me get in game in single player

For testing... please...
This commit is contained in:
Sally Coolatta 2021-12-28 05:09:57 -05:00
parent 7684f5980a
commit 479292543a

View file

@ -2559,7 +2559,7 @@ static void Command_Map_f(void)
mustmodifygame = !(netgame || multiplayer) && !majormods;
if (mustmodifygame)
if (mustmodifygame && !option_force)
{
/* May want to be more descriptive? */
CONS_Printf(M_GetText("Sorry, level change disabled in single player.\n"));