mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-27 13:31:43 +00:00
Merge branch 'fix-#1412' into 'master'
Always update match stats even in PWRLV_DISABLED Closes #1412 See merge request kart-krew-dev/ring-racers-internal!2586
This commit is contained in:
commit
715c1a83c8
1 changed files with 2 additions and 1 deletions
|
|
@ -2544,9 +2544,10 @@ void Y_StartIntermission(void)
|
|||
}
|
||||
|
||||
K_CashInPowerLevels();
|
||||
SV_BumpMatchStats();
|
||||
}
|
||||
|
||||
SV_BumpMatchStats();
|
||||
|
||||
if (!timer)
|
||||
{
|
||||
Y_EndIntermission();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue