dedicated: drop DEV_VERSION

This commit is contained in:
Igor Popov
2012-06-07 18:39:13 +04:00
committed by Chris Forbes
parent 1fbd8f6cc6
commit 21b002ce22
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ namespace OpenRA.Network
public int RandomSeed = 0;
public bool LockTeams = true; // don't allow team changes after game start.
public bool AllowCheats = false;
public bool Dedicated;
}
public Session(string[] mods)