#447 lock teams by default

This commit is contained in:
Chris Forbes
2010-12-28 17:33:16 +13:00
parent ae1710896a
commit 4d0f3b1554

View File

@@ -68,7 +68,7 @@ namespace OpenRA.Network
public string[] Mods = { "ra" }; // mod names public string[] Mods = { "ra" }; // mod names
public int OrderLatency = 3; public int OrderLatency = 3;
public int RandomSeed = 0; public int RandomSeed = 0;
public bool LockTeams = false; // don't allow team changes after game start. public bool LockTeams = true; // don't allow team changes after game start.
public bool AllowCheats = false; public bool AllowCheats = false;
} }