diff --git a/OpenRA.Mods.RA/AI/HackyAI.cs b/OpenRA.Mods.RA/AI/HackyAI.cs index 03fd29c437..ecc980e666 100644 --- a/OpenRA.Mods.RA/AI/HackyAI.cs +++ b/OpenRA.Mods.RA/AI/HackyAI.cs @@ -949,7 +949,7 @@ namespace OpenRA.Mods.RA.AI { if (distanceToBaseIsImportant) if (!bi.IsCloseEnoughToBase(world, p, actorType, t)) - return null; + continue; if (NoBuildingsUnder(Util.ExpandFootprint(FootprintUtils.Tiles(actorType, bi, t), false))) return t; }