diff --git a/OpenRA.Mods.Cnc/UtilityCommands/ImportRedAlertMapCommand.cs b/OpenRA.Mods.Cnc/UtilityCommands/ImportRedAlertMapCommand.cs index e2d36c53d4..e302263a76 100644 --- a/OpenRA.Mods.Cnc/UtilityCommands/ImportRedAlertMapCommand.cs +++ b/OpenRA.Mods.Cnc/UtilityCommands/ImportRedAlertMapCommand.cs @@ -131,7 +131,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands var newLoc = new CPos(loc % MapSize, loc / MapSize); var vectorDown = new CVec(0, 1); - if (input == "tsla" || input == "agun" || input == "gap" || input == "apwr" || input == "iron") + if (input == "tsla" || input == "agun" || input == "gap" || input == "apwr") newLoc += vectorDown; return newLoc;