mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +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();
|
K_CashInPowerLevels();
|
||||||
SV_BumpMatchStats();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SV_BumpMatchStats();
|
||||||
|
|
||||||
if (!timer)
|
if (!timer)
|
||||||
{
|
{
|
||||||
Y_EndIntermission();
|
Y_EndIntermission();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue