1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00
This commit is contained in:
RaidMax
2022-03-28 16:05:00 -05:00
parent 57a3baa8e0
commit 1bd081fd45
2 changed files with 4 additions and 3 deletions

View File

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