remove spurious second BuildRandom(Vehicle) call

This commit is contained in:
Chris Forbes
2011-07-08 22:08:33 +12:00
committed by Paul Chote
parent bccac29297
commit b69ed51fb1

View File

@@ -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");
}