fix #2453; MOTD for lobby (to be fetched from file); different motd for each mod

This commit is contained in:
Igor Popov
2013-01-07 14:46:38 +04:00
committed by Chris Forbes
parent d0aea18b3e
commit 68130c85f3
3 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,6 @@ 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)