From 1bf2bfadb428694b490e5d1cd7243e26eb0f482d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 13 Jun 2015 10:54:03 +0200 Subject: [PATCH] update the engine version as the merge was delayed --- OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs b/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs index 00e47098ea..765bb75321 100644 --- a/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs +++ b/OpenRA.Mods.Common/UtilityCommands/UpgradeRules.cs @@ -1123,7 +1123,7 @@ namespace OpenRA.Mods.Common.UtilityCommands } // Images from WithCrateBody was moved into RenderSprites - if (engineVersion < 20150530) + if (engineVersion < 20150608) { if (depth == 0) {