1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

set team properly/tint scoreboard background for team

This commit is contained in:
RaidMax
2022-03-25 13:16:41 -05:00
parent 1d9c75bcd6
commit adf483e692
6 changed files with 15 additions and 3 deletions

View File

@ -96,6 +96,7 @@ namespace IW4MAdmin
client.ClientNumber = clientFromLog.ClientNumber;
client.Score = clientFromLog.Score;
client.Ping = clientFromLog.Ping;
client.Team = clientFromLog.Team;
client.CurrentServer = this;
client.State = ClientState.Connecting;