Introduce Order.SuppressVisualFeedback to cleanly disable flashes.
This commit is contained in:
@@ -191,7 +191,8 @@ namespace OpenRA.Mods.RA
|
||||
yield return new Order(order, manager.self, false)
|
||||
{
|
||||
TargetLocation = xy,
|
||||
ExtraLocation = sourceLocation
|
||||
ExtraLocation = sourceLocation,
|
||||
SuppressVisualFeedback = true
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user