diff --git a/OpenRA.Mods.Common/Traits/BotModules/HarvesterBotModule.cs b/OpenRA.Mods.Common/Traits/BotModules/HarvesterBotModule.cs index 35107f9694..a57207f912 100644 --- a/OpenRA.Mods.Common/Traits/BotModules/HarvesterBotModule.cs +++ b/OpenRA.Mods.Common/Traits/BotModules/HarvesterBotModule.cs @@ -109,9 +109,6 @@ namespace OpenRA.Mods.Common.Traits // Find idle harvesters and give them orders: foreach (var h in harvesters) { - if (!h.Value.Harvester.IsEmpty) - continue; - if (!h.Key.IsIdle) { var act = h.Key.CurrentActivity;