Remove ChatSettings.NickName, use PlayerName always as default
This commit is contained in:
@@ -325,7 +325,6 @@ namespace OpenRA
|
||||
public string Hostname = "irc.openra.net";
|
||||
public int Port = 6667;
|
||||
public string Channel = "lobby";
|
||||
public string Nickname = "Newbie";
|
||||
public string QuitMessage = "Battle control terminated!";
|
||||
public string TimestampFormat = "HH:mm";
|
||||
public bool ConnectAutomatically = false;
|
||||
|
||||
Reference in New Issue
Block a user