Fix IDE0053
This commit is contained in:
committed by
Pavel Penev
parent
37afd6094e
commit
939f715e3c
@@ -47,10 +47,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
return true;
|
||||
},
|
||||
(actor, value) =>
|
||||
{
|
||||
actor.ReplaceInit(new FreeActorInit(this, value), this);
|
||||
});
|
||||
(actor, value) => actor.ReplaceInit(new FreeActorInit(this, value), this));
|
||||
}
|
||||
|
||||
public override object Create(ActorInitializer init) { return new FreeActor(init, this); }
|
||||
|
||||
Reference in New Issue
Block a user