Remove dublicate function

This commit is contained in:
unknown
2019-12-31 15:49:04 +01:00
committed by abcdefg30
parent adf1c0b616
commit 79136a520f

View File

@@ -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)