mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Merge branch 'no-map-in-gp' into 'master'
No map command in GP Closes #1391 See merge request kart-krew-dev/ring-racers-internal!2561
This commit is contained in:
commit
097a8f0b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -2529,7 +2529,7 @@ static void Command_Map_f(void)
|
||||||
newforcespecialstage = COM_CheckParm("-forcespecialstage");
|
newforcespecialstage = COM_CheckParm("-forcespecialstage");
|
||||||
|
|
||||||
usingcheats = CV_CheatsEnabled();
|
usingcheats = CV_CheatsEnabled();
|
||||||
ischeating = (!(netgame || multiplayer)) || (!newresetplayers);
|
ischeating = (!(netgame || multiplayer)) || (!newresetplayers) || (!K_CanChangeRules(false));
|
||||||
|
|
||||||
if (!( first_option = COM_FirstOption() ))
|
if (!( first_option = COM_FirstOption() ))
|
||||||
first_option = COM_Argc();
|
first_option = COM_Argc();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue