core: some fixes

This commit is contained in:
2026-01-09 17:02:35 +02:00
parent 2a0dd51659
commit 4785795640
10 changed files with 166 additions and 96 deletions

View File

@@ -6,7 +6,7 @@ local PlacementManager = {}
local ChunkManager = require("./ChunkManager")
local Util = require("./Util")
local DEBUG_PLACEMENT = true
local DEBUG_PLACEMENT = false
local function debugPlacementLog(...: any)
if DEBUG_PLACEMENT then
Util.StudioLog(...)