Fix AI harvester not resuming after chronoshift.

This commit is contained in:
tovl
2019-08-09 23:35:55 +02:00
committed by Paul Chote
parent 5393b689d4
commit 1b4ab564fe

View File

@@ -109,9 +109,6 @@ namespace OpenRA.Mods.Common.Traits
// Find idle harvesters and give them orders: // Find idle harvesters and give them orders:
foreach (var h in harvesters) foreach (var h in harvesters)
{ {
if (!h.Value.Harvester.IsEmpty)
continue;
if (!h.Key.IsIdle) if (!h.Key.IsIdle)
{ {
var act = h.Key.CurrentActivity; var act = h.Key.CurrentActivity;