Change default name from Newbie to Commander.

This commit is contained in:
Paul Chote
2020-01-26 12:12:27 +00:00
committed by abcdefg30
parent e6c1356d59
commit fdc3a6a32d

View File

@@ -203,8 +203,8 @@ namespace OpenRA
public class PlayerSettings
{
[Desc("Sets the player nickname for in-game and IRC chat.")]
public string Name = "Newbie";
[Desc("Sets the player nickname.")]
public string Name = "Commander";
public Color Color = Color.FromAhsl(75, 255, 180);
public string LastServer = "localhost:1234";
public Color[] CustomColors = { };