another ctor removed
This commit is contained in:
@@ -139,7 +139,7 @@ namespace OpenRA.Widgets.Delegates
|
||||
var nextStance = GetNextStance((Stance)Enum.Parse(typeof(Stance), bw.Text));
|
||||
|
||||
world.IssueOrder(new Order("SetStance", world.LocalPlayer.PlayerActor,
|
||||
new int2(p.Index, (int)nextStance), false));
|
||||
false) { TargetLocation = new int2(p.Index, (int)nextStance) });
|
||||
|
||||
bw.Text = nextStance.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user