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();
|
var ret = InnerOrder(world, cell, mi).ToArray();
|
||||||
|
|
||||||
// If there was a successful placement order
|
// 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 == "LineBuild"
|
||||||
|| o.OrderString == "PlacePlug"))
|
|| o.OrderString == "PlacePlug"))
|
||||||
world.CancelInputMode();
|
world.CancelInputMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user