diff --git a/OpenRA.Mods.Common/Traits/AttackMove.cs b/OpenRA.Mods.Common/Traits/AttackMove.cs index 44a28ab3fd..59f8854479 100644 --- a/OpenRA.Mods.Common/Traits/AttackMove.cs +++ b/OpenRA.Mods.Common/Traits/AttackMove.cs @@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits public object Create(ActorInitializer init) { return new AttackMove(init.Self, this); } } - class AttackMove : INotifyCreated, ITick, IResolveOrder, IOrderVoice, ISync + class AttackMove : INotifyCreated, ITick, IResolveOrder, IOrderVoice { public readonly AttackMoveInfo Info; readonly IMove move;