diff --git a/OpenRA.Mods.Common/AIUtils.cs b/OpenRA.Mods.Common/AIUtils.cs index ec90bed688..4c5895d584 100644 --- a/OpenRA.Mods.Common/AIUtils.cs +++ b/OpenRA.Mods.Common/AIUtils.cs @@ -74,7 +74,7 @@ namespace OpenRA.Mods.Common TextNotificationsManager.Debug(format, args); } - public static IEnumerable ClearBlockersOrders(IEnumerable tiles, Player owner, Actor ignoreActor = null) + public static IEnumerable ClearBlockersOrders(List tiles, Player owner, Actor ignoreActor = null) { var world = owner.World; var adjacentTiles = Util.ExpandFootprint(tiles, true).Except(tiles)