diff --git a/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs b/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs index 32e1f51cb8..fe19ba1238 100644 --- a/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs +++ b/OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs @@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Traits public object Create(ActorInitializer init) { return new RallyPoint(init.Self, this); } } - public class RallyPoint : IIssueOrder, IResolveOrder, ISync, INotifyOwnerChanged, INotifyCreated + public class RallyPoint : IIssueOrder, IResolveOrder, INotifyOwnerChanged, INotifyCreated { const string OrderID = "SetRallyPoint";