diff --git a/OpenRA.Mods.Common/Traits/Harvester.cs b/OpenRA.Mods.Common/Traits/Harvester.cs index 5771f16bd0..b15f161a0b 100644 --- a/OpenRA.Mods.Common/Traits/Harvester.cs +++ b/OpenRA.Mods.Common/Traits/Harvester.cs @@ -103,10 +103,6 @@ namespace OpenRA.Mods.Common.Traits int conditionToken = ConditionManager.InvalidConditionToken; HarvesterResourceMultiplier[] resourceMultipliers; - - [Sync] - public Actor OwnerLinkedProc = null; - [Sync] public Actor LastLinkedProc = null; @@ -316,7 +312,7 @@ namespace OpenRA.Mods.Common.Traits if (order.OrderString == "Harvest") { // NOTE: An explicit harvest order allows the harvester to decide which refinery to deliver to. - LinkProc(self, OwnerLinkedProc = null); + LinkProc(self, null); CPos loc; if (order.Target.Type != TargetType.Invalid)