mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
K_StartingBumperCount: Stronger restriction against using cv_kartbumpers when you can't K_CanChangeRules
This commit is contained in:
parent
e569377ad3
commit
72c770b0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ INT32 K_StartingBumperCount(void)
|
|||
if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
|
||||
return 0;
|
||||
|
||||
if (battleprisons || K_CheckBossIntro())
|
||||
if (battleprisons || K_CheckBossIntro() || !K_CanChangeRules(true))
|
||||
{
|
||||
if (grandprixinfo.gp)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue