mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Fix condition for G_GetBackupCupData focus to not include Match Race
This commit is contained in:
parent
c9817b957a
commit
5fedd38965
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ boolean M_LevelListFromGametype(INT16 gt)
|
|||
|
||||
G_GetBackupCupData(
|
||||
cupgrid.grandprix == true
|
||||
|| cv_splitplayers.value <= 1
|
||||
&& cv_splitplayers.value <= 1
|
||||
);
|
||||
|
||||
templevelsearch.cup = kartcupheaders;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue