diff --git a/OpenRA.Mods.RA/HackyAI.cs b/OpenRA.Mods.RA/HackyAI.cs index fc80422060..6713fe09df 100644 --- a/OpenRA.Mods.RA/HackyAI.cs +++ b/OpenRA.Mods.RA/HackyAI.cs @@ -210,7 +210,6 @@ namespace OpenRA.Mods.RA //e.g. ClearAreaAroundSpawnPoints(); //e.g. start repairing damaged buildings. BuildRandom("Vehicle"); - BuildRandom("Vehicle"); BuildRandom("Infantry"); BuildRandom("Plane"); }