diff --git a/OpenRA.Game/GlobalChat.cs b/OpenRA.Game/GlobalChat.cs index ec53ccbbfc..f6d9b9acb1 100644 --- a/OpenRA.Game/GlobalChat.cs +++ b/OpenRA.Game/GlobalChat.cs @@ -106,8 +106,6 @@ namespace OpenRA.Chat client.OnDevoice += (_, e) => SetUserVoiced(e.Whom, false); client.OnPart += OnPart; client.OnQuit += OnQuit; - - TrySetNickname(Game.Settings.Player.Name); } void SetUserOp(string whom, bool isOp)