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