Store last color setting; hook server join in a cleaner way
This commit is contained in:
@@ -56,6 +56,9 @@ namespace OpenRA.GameRules
|
||||
public string LastServer = "localhost:1234";
|
||||
public string Replay = null;
|
||||
public string PlayerName = "Newbie";
|
||||
public Color PlayerColor1 = Color.FromArgb(255,160,238);
|
||||
public Color PlayerColor2 = Color.FromArgb(68,0,56);
|
||||
|
||||
public string[] InitialMods = { "ra" };
|
||||
|
||||
// Server settings
|
||||
|
||||
Reference in New Issue
Block a user