Merge pull request #169 from Niklp09/flb_fs_list

Fix forceload block formspec list
This commit is contained in:
Joachim Stolberg 2024-05-20 09:33:37 +02:00 committed by GitHub
commit 1489fc26f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,7 @@ local function formspec(name)
tRes[#tRes+1] = S("Block at pos")
tRes[#tRes+1] = S("Area from")
tRes[#tRes+1] = S("Area to")
tRes[#tRes+1] = S("Status")
for idx,pos in ipairs(lPos) do
local pos1, pos2 = calc_area(pos)
tRes[#tRes+1] = idx