Clean up Harvester TickIdle a bit
Triggering UnblockRefinery each idle tick is bogus.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user