Clean up Harvester TickIdle a bit

Triggering UnblockRefinery each idle tick is bogus.
This commit is contained in:
reaperrr
2017-07-20 14:45:28 +02:00
committed by Paul Chote
parent 406f482a19
commit 98b1468801

View File

@@ -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)