mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: point limit cap 20 -> 16
This commit is contained in:
parent
9e4b716ed1
commit
54cf037eff
1 changed files with 2 additions and 2 deletions
|
|
@ -13359,9 +13359,9 @@ UINT32 K_PointLimitForGametype(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (ptsCap > 20)
|
||||
if (ptsCap > 16)
|
||||
{
|
||||
ptsCap = 20;
|
||||
ptsCap = 16;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue