From fdc3a6a32d508906da5bf814280c7bc7806d27b1 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 26 Jan 2020 12:12:27 +0000 Subject: [PATCH] Change default name from Newbie to Commander. --- OpenRA.Game/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = { };