mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 12:31:14 +00:00
Always update match stats even in PWRLV_DISABLED
This commit is contained in:
parent
da2a1dfd77
commit
9dfdacb7c5
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