Remove an ai activation check, we want it to always activate even if the host is a spectator

This commit is contained in:
Scott_NZ
2012-08-12 15:19:23 +12:00
parent 83fc546fbe
commit 21a903fe2d

View File

@@ -135,7 +135,7 @@ namespace OpenRA.Mods.RA.Missions
void InitializeSovietAI()
{
if (!Game.IsHost || world.LocalPlayer == null)
if (!Game.IsHost)
{
return;
}