map api: use new site and fallbacks

This commit is contained in:
Igor Popov
2014-02-25 01:52:47 +04:00
parent 10e8a44151
commit ec50906296
2 changed files with 29 additions and 23 deletions

View File

@@ -139,7 +139,7 @@ namespace OpenRA.GameRules
public int Timestep = 40;
public bool AllowDownloading = true;
public string MapRepository = "http://content.open-ra.org/map/";
public string[] MapRepositories = { "http://resource.openra.net/map/", "http://resource.ihptru.net:8080/map/" };
}
public class KeySettings