dedicated: configurable MOTD

This commit is contained in:
Igor Popov
2012-07-01 16:52:32 +04:00
committed by Chris Forbes
parent 5d5fe3f5a1
commit 4c915ce8fe
3 changed files with 6 additions and 1 deletions

View File

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