Change spaces to tabs.
To follow code style.
This commit is contained in:
@@ -136,7 +136,8 @@ namespace OpenRA.Mods.Common.Orders
|
||||
var ret = InnerOrder(world, cell, mi).ToArray();
|
||||
|
||||
// If there was a successful placement order
|
||||
if (ret.Any(o => o.OrderString == "PlaceBuilding"
|
||||
if (ret.Any(o =>
|
||||
o.OrderString == "PlaceBuilding"
|
||||
|| o.OrderString == "LineBuild"
|
||||
|| o.OrderString == "PlacePlug"))
|
||||
world.CancelInputMode();
|
||||
|
||||
Reference in New Issue
Block a user