Always update match stats even in PWRLV_DISABLED

This commit is contained in:
Antonio Martinez 2025-05-27 15:00:32 -04:00
parent da2a1dfd77
commit 9dfdacb7c5

View file

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