[UnitAI] inline last if in ShouldChaseTargetedEntity

This was SVN commit r24023.
This commit is contained in:
Angen 2020-09-06 09:17:13 +00:00
parent b606cad5da
commit 9be759fb08

View file

@ -5118,10 +5118,7 @@ UnitAI.prototype.ShouldChaseTargetedEntity = function(target, force)
return true;
}
if (force)
return true;
return false;
return force;
};
//// External interface functions ////