diff --git a/OpenRA.Mods.Common/AI/HackyAI.cs b/OpenRA.Mods.Common/AI/HackyAI.cs index 34cf6974b0..4bcf323ecc 100644 --- a/OpenRA.Mods.Common/AI/HackyAI.cs +++ b/OpenRA.Mods.Common/AI/HackyAI.cs @@ -867,8 +867,6 @@ namespace OpenRA.Mods.Common.AI // HACK: This needs to query against MCVs directly var mcvs = self.World.Actors .Where(a => a.Owner == Player && a.Info.HasTraitInfo() && a.Info.HasTraitInfo()); - if (!mcvs.Any()) - return; foreach (var mcv in mcvs) {