From d17e414648b2144dc8d297631455e088f1097d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 17 Sep 2017 20:16:15 +0200 Subject: [PATCH] Fix the overlay to actor rule for crates --- OpenRA.Mods.Cnc/UtilityCommands/ImportTSMapCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Cnc/UtilityCommands/ImportTSMapCommand.cs b/OpenRA.Mods.Cnc/UtilityCommands/ImportTSMapCommand.cs index 8e3402b8b9..c63acd671b 100644 --- a/OpenRA.Mods.Cnc/UtilityCommands/ImportTSMapCommand.cs +++ b/OpenRA.Mods.Cnc/UtilityCommands/ImportTSMapCommand.cs @@ -116,7 +116,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands { 0xB0, "trock04" }, { 0xB1, "trock05" }, { 0xB2, null }, // veinholedummy - { 0xBC, "crate" } + { 0xB3, "crate" } }; static readonly Dictionary OverlayShapes = new Dictionary()