Remove Order.TargetLocation from beacons.

This commit is contained in:
Paul Chote
2018-12-01 11:42:18 +00:00
parent d91d96a2e3
commit 9c4231165b
2 changed files with 4 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenRA.Mods.Cnc.Traits
if (order.OrderString != "PlaceBeacon")
return;
var pos = self.World.Map.CenterOfCell(order.TargetLocation);
var pos = order.Target.CenterPosition;
self.World.AddFrameEndTask(w =>
{