Fix random country display.

This commit is contained in:
Paul Chote
2015-04-20 03:29:18 +12:00
parent 9df371b393
commit 3cfa96e7a6
5 changed files with 11 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ namespace OpenRA.Mods.Common.Traits
Name = "Everyone",
NonCombatant = true,
Spectating = true,
Race = "Random",
Allies = w.Players.Where(p => !p.NonCombatant && p.Playable).Select(p => p.InternalName).ToArray()
}));