Revert "Fix AttackFollow ignoring allowMove flag when auto-targeting."
This reverts commit 3e116060cfc0a3e46563716c3e594a4ba3051b93.
This commit is contained in:
@@ -310,7 +310,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface IDisableAutoTarget
|
||||
{
|
||||
bool DisableAutoTarget(Actor self, bool allowMove);
|
||||
bool DisableAutoTarget(Actor self);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
|
||||
Reference in New Issue
Block a user