Make use of the new IsTeamPlay() check.

This commit is contained in:
Marco Cawthorne 2022-04-03 14:08:14 -07:00
parent 864ea30404
commit 48731a402a
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ Scores_Draw(void)
pos = video_mins + [(video_res[0] / 2) - 145, 30];
}
if (serverkeyfloat("teams") > 0) {
if (Util_IsTeamPlay()) {
Scores_DrawTeam(pl, pos);
} else {
Scores_DrawNormal(pl, pos);