From 79136a520f1c160bbad63d6534509724e70c2c11 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Dec 2019 15:49:04 +0100 Subject: [PATCH] Remove dublicate function --- mods/cnc/maps/nod09/nod09-AI.lua | 4 ---- 1 file changed, 4 deletions(-) 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)