diff --git a/OpenRA.Mods.Common/Traits/Harvester.cs b/OpenRA.Mods.Common/Traits/Harvester.cs index 26da779342..90d8ae797b 100644 --- a/OpenRA.Mods.Common/Traits/Harvester.cs +++ b/OpenRA.Mods.Common/Traits/Harvester.cs @@ -268,7 +268,8 @@ namespace OpenRA.Mods.Common.Traits void INotifyIdle.TickIdle(Actor self) { // Should we be intelligent while idle? - if (!idleSmart) return; + if (!idleSmart) + return; // Are we not empty? Deliver resources: if (!IsEmpty)