Uses player name as default for global chat
This commit is contained in:
@@ -105,6 +105,8 @@ namespace OpenRA.Chat
|
|||||||
client.OnDevoice += (_, e) => SetUserVoiced(e.Whom, false);
|
client.OnDevoice += (_, e) => SetUserVoiced(e.Whom, false);
|
||||||
client.OnPart += OnPart;
|
client.OnPart += OnPart;
|
||||||
client.OnQuit += OnQuit;
|
client.OnQuit += OnQuit;
|
||||||
|
|
||||||
|
TrySetNickname(Game.Settings.Player.Name);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetUserOp(string whom, bool isOp)
|
void SetUserOp(string whom, bool isOp)
|
||||||
|
|||||||
Reference in New Issue
Block a user