Drop support for map format 5.

This commit is contained in:
Paul Chote
2014-12-15 17:30:44 +13:00
parent 711a1ca5fc
commit 14deb1efdf
2 changed files with 4 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ namespace OpenRA
{
using (new Support.PerfTimer(path.Key))
{
var map = new Map(path.Key, modData.Manifest.Mod.Id);
var map = new Map(path.Key);
if (modData.Manifest.MapCompatibility.Contains(map.RequiresMod))
previews[map.Uid].UpdateFromMap(map, path.Value);
}