mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No map command in GP
This commit is contained in:
parent
3e9d6858bf
commit
2940b45a22
1 changed files with 3 additions and 0 deletions
|
|
@ -2635,6 +2635,9 @@ static void Command_Map_f(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (grandprixinfo.gp)
|
||||||
|
ischeating = true;
|
||||||
|
|
||||||
if (ischeating && !usingcheats)
|
if (ischeating && !usingcheats)
|
||||||
{
|
{
|
||||||
CONS_Printf(M_GetText("Cheats must be enabled.\n"));
|
CONS_Printf(M_GetText("Cheats must be enabled.\n"));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue