Remove CreateGroup order as the ActorGroupProxy is gone.
This commit is contained in:
committed by
reaperrr
parent
01d631b228
commit
cba0fc3475
@@ -50,11 +50,6 @@ namespace OpenRA.Orders
|
||||
if (!actorsInvolved.Any())
|
||||
yield break;
|
||||
|
||||
yield return new Order("CreateGroup", actorsInvolved.First().Owner.PlayerActor, false)
|
||||
{
|
||||
TargetString = actorsInvolved.Select(a => a.ActorID).JoinWith(",")
|
||||
};
|
||||
|
||||
foreach (var o in orders)
|
||||
yield return CheckSameOrder(o.Order, o.Trait.IssueOrder(o.Actor, o.Order, o.Target, mi.Modifiers.HasModifier(Modifiers.Shift)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user