core: fix building

This commit is contained in:
2026-01-08 19:30:49 +02:00
parent 165913ca51
commit 2381fa124a
9 changed files with 594 additions and 83 deletions

View File

@@ -23,6 +23,8 @@ function PlacementState:SetSelected(id: string?, name: string?)
selectedId = id or ""
selectedName = name or selectedId
valueObject.Value = selectedName or ""
local Util = require(ReplicatedStorage:WaitForChild("Shared"):WaitForChild("Util"))
Util.StudioLog("[PLACE][CLIENT][SELECT]", "id", selectedId, "name", selectedName)
changed:Fire(selectedId, selectedName)
end