Change default name from Newbie to Commander.
This commit is contained in:
@@ -203,8 +203,8 @@ namespace OpenRA
|
|||||||
|
|
||||||
public class PlayerSettings
|
public class PlayerSettings
|
||||||
{
|
{
|
||||||
[Desc("Sets the player nickname for in-game and IRC chat.")]
|
[Desc("Sets the player nickname.")]
|
||||||
public string Name = "Newbie";
|
public string Name = "Commander";
|
||||||
public Color Color = Color.FromAhsl(75, 255, 180);
|
public Color Color = Color.FromAhsl(75, 255, 180);
|
||||||
public string LastServer = "localhost:1234";
|
public string LastServer = "localhost:1234";
|
||||||
public Color[] CustomColors = { };
|
public Color[] CustomColors = { };
|
||||||
|
|||||||
Reference in New Issue
Block a user