Skip to content

Commit

Permalink
Fix Chrono Miner logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Nov 13, 2023
1 parent 1c80515 commit 13413c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Mods.AS/Traits/ChronoResourceDelivery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class ChronoResourceDeliveryInfo : ConditionalTraitInfo, Requires<Harvest
public override object Create(ActorInitializer init) { return new ChronoResourceDelivery(this); }
}

public class ChronoResourceDelivery : ConditionalTrait<ChronoResourceDeliveryInfo>, INotifyHarvestAction, ITick
public class ChronoResourceDelivery : ConditionalTrait<ChronoResourceDeliveryInfo>, INotifyHarvestAction, INotifyDockClientMoving, ITick
{
CPos? destination = null;
Actor refinery = null;
Expand Down

0 comments on commit 13413c1

Please sign in to comment.