mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Let me get in game in single player
For testing... please...
This commit is contained in:
parent
7684f5980a
commit
479292543a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue