Update admin overlay when player is renamed (#6180)

This commit is contained in:
ShadowCommander
2022-01-15 05:15:41 -08:00
committed by GitHub
parent 55f52f76be
commit d1a033644b
2 changed files with 9 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ namespace Content.Server.Administration
SubscribeLocalEvent<RoleRemovedEvent>(OnRoleEvent);
}
private void UpdatePlayerList(IPlayerSession player)
public void UpdatePlayerList(IPlayerSession player)
{
_playerList[player.UserId] = GetPlayerInfo(player);