Revert "Fix AttackFollow ignoring allowMove flag when auto-targeting."

This reverts commit 3e116060cfc0a3e46563716c3e594a4ba3051b93.
This commit is contained in:
Paul Chote
2020-03-01 20:02:32 +00:00
committed by abcdefg30
parent 05a2e77be2
commit 16e0ea611e
3 changed files with 5 additions and 14 deletions

View File

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