the "PlaceBuilding" order now passes position as top-left, not center.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace OpenRa.Orders
|
||||
yield break;
|
||||
}
|
||||
|
||||
yield return new Order("PlaceBuilding", Producer.Owner.PlayerActor, null, xy, Building);
|
||||
yield return new Order("PlaceBuilding", Producer.Owner.PlayerActor, null, topLeft, Building);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user