diff --git a/Content.Server/Pointing/EntitySystems/PointingSystem.cs b/Content.Server/Pointing/EntitySystems/PointingSystem.cs index f8fce9939f..31a7e59cb0 100644 --- a/Content.Server/Pointing/EntitySystems/PointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/PointingSystem.cs @@ -144,7 +144,7 @@ namespace Content.Server.Pointing.EntitySystems var mapCoords = coords.ToMap(EntityManager); _rotateToFaceSystem.TryFaceCoordinates(player, mapCoords.Position); - var arrow = EntityManager.SpawnEntity("PointingArrow", mapCoords); + var arrow = EntityManager.SpawnEntity("PointingArrow", coords); if (TryComp(arrow, out var pointing)) {