From b69ed51fb1678459cd19e8d99f8be4af4a8b7cfb Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 8 Jul 2011 22:08:33 +1200 Subject: [PATCH] remove spurious second BuildRandom(Vehicle) call --- OpenRA.Mods.RA/HackyAI.cs | 1 - 1 file changed, 1 deletion(-) 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"); }