From dbe73a06ad8dcedf0d21a266a60dbac104b88fa0 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 15 Dec 2019 22:57:45 +0100 Subject: [PATCH] Remove ISync from RallyPoint --- OpenRA.Mods.Common/Traits/Buildings/RallyPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";