This commit is contained in:
Chris Forbes
2010-01-12 19:59:55 +13:00
parent 4f082bbae3
commit 3b6ccd7f88

View File

@@ -61,7 +61,7 @@ namespace OpenRa.Game
world = new World();
Game.world.ActorAdded += a =>
{
if (a.Owner != null && a.LegacyInfo != null)
if (a.Owner != null && a.Info.Traits.Contains<OwnedActorInfo>())
a.Owner.Shroud.Explore(a);
};