Allow left click to cancel AttackMove without clearing selected units.
This commit is contained in:
@@ -148,5 +148,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
// Custom order generators always override selection
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool ClearSelectionOnLeftClick { get { return false; } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user