auto-map-downloading updated. (sync)

This commit is contained in:
Igor Popov
2013-03-23 19:27:53 +04:00
parent aa6f12f0a1
commit 586723926a
5 changed files with 43 additions and 4 deletions

View File

@@ -54,7 +54,8 @@ namespace OpenRA.Network
// Don't have the map locally
if (!Game.modData.AvailableMaps.ContainsKey(Map))
return false;
if (!Game.Settings.Game.AllowDownloading)
return false;
return CompatibleVersion();
}