From f3997ba3bde6fe90bb570dce37538ddb913747ec Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 27 Dec 2010 14:41:11 +1300 Subject: [PATCH] blah --- OpenRA.Game/TraitDictionary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )