Tweak starting unit defaults.

This commit is contained in:
Paul Chote
2013-08-04 13:07:47 +12:00
parent c08f602661
commit 87b32fd0b9
8 changed files with 12 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ namespace OpenRA.Network
public bool Crates = true;
public bool Shroud = true;
public bool Fog = true;
public string StartingUnitsClass = "default";
public string StartingUnitsClass = "none";
public bool AllowVersionMismatch;
}