Fix forceload block formspec list

This commit is contained in:
Niklp 2024-05-20 00:13:13 +02:00
parent ac286776e3
commit eed4d46d87
No known key found for this signature in database
GPG Key ID: 05D6F5035E66267A

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