Fix AI harvester not resuming after chronoshift.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user