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:
|
// 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user