From 2c1dde9db211bac9bb49585f4e101e4f17c0bd40 Mon Sep 17 00:00:00 2001 From: Stalen <33173619+stalengd@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:14:53 +0300 Subject: [PATCH] Update RCDConstructionGhostSystem.cs --- Content.Client/RCD/RCDConstructionGhostSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/RCD/RCDConstructionGhostSystem.cs b/Content.Client/RCD/RCDConstructionGhostSystem.cs index 792916b89223..a0379d442e39 100644 --- a/Content.Client/RCD/RCDConstructionGhostSystem.cs +++ b/Content.Client/RCD/RCDConstructionGhostSystem.cs @@ -74,5 +74,6 @@ public override void Update(float frameTime) _placementManager.Clear(); _placementManager.BeginPlacing(newObjInfo); + _placementManager.Direction = rcd.ConstructionDirection; } }