diff --git a/OpenRA.Game/TraitDictionary.cs b/OpenRA.Game/TraitDictionary.cs index 1957f2a6a3..37a5e5988d 100755 --- a/OpenRA.Game/TraitDictionary.cs +++ b/OpenRA.Game/TraitDictionary.cs @@ -75,7 +75,7 @@ namespace OpenRA public IEnumerable> ActorsWithTraitMultiple( World world ) { - return ( (TraitContainer)InnerGet( typeof( T ) ) ).All();//.Where( x => x.Actor.IsInWorld ); + return ( (TraitContainer)InnerGet( typeof( T ) ) ).All(); } public void RemoveActor( Actor a )