Fix construction smoothing (#3446)

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2021-02-28 20:20:56 +11:00
committed by GitHub
parent 9c5438d299
commit 777a75b7a3

View File

@@ -446,7 +446,7 @@ namespace Content.Server.GameObjects.EntitySystems
}
structure.Transform.Coordinates = ev.Location;
structure.Transform.LocalRotation = constructionPrototype.CanRotate ? ev.Angle : Angle.South;
structure.Transform.LocalRotation = constructionPrototype.CanRotate ? ev.Angle : Angle.Zero;
RaiseNetworkEvent(new AckStructureConstructionMessage(ev.Ack));