From 82c9faec2a2654a7b260bd3b3818c997f92caeb2 Mon Sep 17 00:00:00 2001 From: Diject Date: Sat, 3 Jan 2026 21:37:42 +0300 Subject: [PATCH] Restrict map extraction to the player's current cell --- files/data/scripts/map_extractor/global.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/data/scripts/map_extractor/global.lua b/files/data/scripts/map_extractor/global.lua index e264403fa3..de31fc1414 100644 --- a/files/data/scripts/map_extractor/global.lua +++ b/files/data/scripts/map_extractor/global.lua @@ -10,7 +10,7 @@ local cellCount = #world.cells local i = cellCount local lastTimestamp = core.getRealTime() - 50 local timeFromLast = 50 -local onlyPlayerCell = false +local onlyPlayerCell = true local function getExCellId(gridX, gridY)