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:
AJ Martinez 2025-05-28 04:10:54 +00:00
commit 715c1a83c8

View file

@ -2544,9 +2544,10 @@ void Y_StartIntermission(void)
}
K_CashInPowerLevels();
SV_BumpMatchStats();
}
SV_BumpMatchStats();
if (!timer)
{
Y_EndIntermission();