Add 'Crates' lobby checkbox and setting for enabling/disabling crate drops

This commit is contained in:
Scott_NZ
2013-02-16 15:14:37 +13:00
parent a083554218
commit 026a86ba75
5 changed files with 33 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ namespace OpenRA.Network
public bool AllowCheats = false;
public bool Dedicated;
public string Difficulty;
public bool Crates = true;
}
public Session(string[] mods)