diff --git a/mods/cnc/maps/nod09/nod09-AI.lua b/mods/cnc/maps/nod09/nod09-AI.lua index 893760ed46..2f9716b468 100644 --- a/mods/cnc/maps/nod09/nod09-AI.lua +++ b/mods/cnc/maps/nod09/nod09-AI.lua @@ -162,10 +162,6 @@ Trigger.OnAllKilledOrCaptured(GDIBase, function() Utils.Do(GDI.GetGroundAttackers(), IdleHunt) end) -Trigger.OnAllKilledOrCaptured(GDIBase, function() - Utils.Do(GDI.GetGroundAttackers(), IdleHunt) -end) - Trigger.OnKilled(GDIProc, function(building) BuildBuilding(BaseProc, GDICYard) end)