No map command in GP

This commit is contained in:
Antonio Martinez 2025-05-20 18:52:41 -04:00
parent 3e9d6858bf
commit 2940b45a22

View file

@ -2635,6 +2635,9 @@ static void Command_Map_f(void)
}
}
if (grandprixinfo.gp)
ischeating = true;
if (ischeating && !usingcheats)
{
CONS_Printf(M_GetText("Cheats must be enabled.\n"));