diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 78f1edea0f..486f3a467c 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -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 = { };