Fix AttackFollow ignoring allowMove flag when auto-targeting.

This commit is contained in:
Paul Chote
2020-01-26 14:25:54 +00:00
committed by teinarss
parent 3a688e03f0
commit ab196a23e6
3 changed files with 14 additions and 5 deletions

View File

@@ -310,7 +310,7 @@ namespace OpenRA.Mods.Common.Traits
[RequireExplicitImplementation]
public interface IDisableAutoTarget
{
bool DisableAutoTarget(Actor self);
bool DisableAutoTarget(Actor self, bool allowMove);
}
[RequireExplicitImplementation]