mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
implement team tracking via game interface (EFClient.Team and EFClient.TeamName)
This commit is contained in:
@ -713,6 +713,11 @@ namespace IW4MAdmin
|
||||
await E.Owner.ExecuteCommandAsync(E.Data);
|
||||
}
|
||||
}
|
||||
|
||||
else if (E.Type == GameEvent.EventType.JoinTeam)
|
||||
{
|
||||
E.Origin.UpdateTeam(E.Extra as string);
|
||||
}
|
||||
|
||||
lock (ChatHistory)
|
||||
{
|
||||
|
Reference in New Issue
Block a user