Remove some misc redundancies
This commit is contained in:
@@ -64,7 +64,7 @@ namespace OpenRA.Traits
|
||||
return;
|
||||
|
||||
var pipSources = self.TraitsImplementing<IPips>();
|
||||
if (pipSources.Count() == 0)
|
||||
if (!pipSources.Any())
|
||||
return;
|
||||
|
||||
var pipImages = new Animation("pips");
|
||||
|
||||
Reference in New Issue
Block a user