From 715e0299bf45cc91b435b32e8365636d22781796 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 20 Mar 2014 21:27:55 +1300 Subject: [PATCH] Fix UpgradeRules not upgrading maps. --- OpenRA.Utility/UpgradeRules.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Utility/UpgradeRules.cs b/OpenRA.Utility/UpgradeRules.cs index 314dec7921..33770fd3d1 100644 --- a/OpenRA.Utility/UpgradeRules.cs +++ b/OpenRA.Utility/UpgradeRules.cs @@ -266,6 +266,7 @@ namespace OpenRA.Utility var engineDate = int.Parse(args[2]); Game.modData = new ModData(mod); + Game.modData.MapCache.LoadMaps(); Console.WriteLine("Processing Rules:"); foreach (var filename in Game.modData.Manifest.Rules)