Remove Bitrotted JoinExternalGame. Fixes #3406. Closes #2153.

This commit is contained in:
Paul Chote
2013-06-16 04:16:43 +12:00
parent 924aba49ea
commit 659e56f0fa
5 changed files with 0 additions and 21 deletions

View File

@@ -130,7 +130,6 @@ namespace OpenRA.GameRules
// Internal game settings
public int Timestep = 40;
public string ConnectTo = "";
public bool AllowDownloading = true;
public string MapRepository = "http://content.open-ra.org/map/";
}