Use GTR_POINTLIMIT for round-completion check

This commit is contained in:
AJ Martinez 2024-03-31 21:59:10 -07:00
parent 44a0b5a00d
commit 9768666ac5

View file

@ -292,7 +292,7 @@ void SV_BumpMatchStats(void)
if (players[i].laps > 1) if (players[i].laps > 1)
participated = true; participated = true;
} }
else if (gametyperules & GTR_BUMPERS) else if (gametyperules & GTR_POINTLIMIT)
{ {
// ...or scored at least 2 points. // ...or scored at least 2 points.
if (players[i].roundscore > 1) if (players[i].roundscore > 1)