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:
Oni VelocitOni 2025-05-24 19:11:30 +00:00
commit 097a8f0b5d

View file

@ -2529,7 +2529,7 @@ static void Command_Map_f(void)
newforcespecialstage = COM_CheckParm("-forcespecialstage");
usingcheats = CV_CheatsEnabled();
ischeating = (!(netgame || multiplayer)) || (!newresetplayers);
ischeating = (!(netgame || multiplayer)) || (!newresetplayers) || (!K_CanChangeRules(false));
if (!( first_option = COM_FirstOption() ))
first_option = COM_Argc();