set team properly/tint scoreboard background for team

This commit is contained in:
RaidMax
2022-03-25 13:16:41 -05:00
parent 557cc1614f
commit 724992ef33
6 changed files with 15 additions and 3 deletions

View File

@ -101,7 +101,8 @@ namespace WebfrontCore.Controllers
Deaths = clientData.stats?.MatchData?.Deaths,
ScorePerMinute = clientData.stats?.SessionSPM,
Kdr = clientData.stats?.MatchData?.Kdr,
ZScore = clientData.stats?.ZScore
ZScore = clientData.stats?.ZScore,
Team = clientData.client.Team
})
.ToList()
}).ToList();