Fix Soviets not attacking town properly. Remove hind patrol.

This commit is contained in:
Scott_NZ
2013-01-27 12:28:06 +13:00
parent 60e9d3f660
commit 693a622322
4 changed files with 49 additions and 118 deletions

View File

@@ -481,9 +481,8 @@ namespace OpenRA.Mods.RA.Missions
allies1 = w.Players.Single(p => p.InternalName == "Allies1");
allies2 = w.Players.SingleOrDefault(p => p.InternalName == "Allies2");
if (allies2 == null)
{
allies2 = allies1;
}
allies = w.Players.Single(p => p.InternalName == "Allies");
soviets = w.Players.Single(p => p.InternalName == "Soviets");