StyleCop
This commit is contained in:
@@ -111,8 +111,8 @@ namespace OpenRA.Mods.RA
|
||||
var producer = producers.Where(x => x.Actor.IsPrimaryBuilding()).Concat(producers)
|
||||
.FirstOrDefault();
|
||||
|
||||
if( producer.Actor != null )
|
||||
producer.Actor.Trait<RenderSimple>().PlayCustomAnim( producer.Actor, "build" );
|
||||
if (producer.Actor == null)
|
||||
return;
|
||||
}
|
||||
|
||||
static int GetNumBuildables(Player p)
|
||||
|
||||
Reference in New Issue
Block a user