Fixed a bad merge
This commit is contained in:
committed by
Matthias Mailänder
parent
98c4eaca83
commit
bde13a8572
@@ -255,7 +255,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return;
|
||||
|
||||
// Respect AutoAttack priorities.
|
||||
if (stance > UnitStance.ReturnFire)
|
||||
if (Stance > UnitStance.ReturnFire)
|
||||
{
|
||||
var autoTarget = ScanForTarget(self, allowMove, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user