mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 15:31:03 +00:00
Merge branch 'team-battle-timer' into 'master'
Disable team scoring widget in pointlimit modes Closes ring-racers#73 See merge request kart-krew-dev/ring-racers-internal!2828
This commit is contained in:
commit
479030f7fd
1 changed files with 3 additions and 0 deletions
|
|
@ -3756,6 +3756,9 @@ void K_drawKartTeamScores(boolean fromintermission, INT32 interoffset)
|
|||
if (r_splitscreen > 1 && !K_FirstActiveDisplayPlayer(stplyr))
|
||||
return;
|
||||
|
||||
if (gametyperules & GTR_POINTLIMIT)
|
||||
return; // Just can't be fucked right now LMAO
|
||||
|
||||
if (TEAM__MAX != 3)
|
||||
return; // "maybe someday" - the magic conch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue