Remove IRON offset from RA1 map imports

This commit is contained in:
JovialFeline
2024-08-27 13:57:37 -04:00
committed by Gustas
parent 0a7e802d4b
commit bdce0570bd

View File

@@ -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;