Disable air attacks in allies05a for now

This commit is contained in:
Oliver Brakmann
2016-04-03 16:53:37 +02:00
parent 8a2f662bd4
commit 64c24462d4

View File

@@ -276,7 +276,7 @@ ActivateAI = function()
Trigger.AfterDelay(DateTime.Minutes(5), function()
ProduceInfantry()
ProduceVehicles()
if AirAttacks then
if false and AirAttacks then -- disable air strikes for now since they are broken
Trigger.AfterDelay(DateTime.Minutes(3), ProduceAircraft)
end
end)