Pros should move items to the main chest section by default

This commit is contained in:
philipmi 2022-04-30 16:16:28 +02:00
parent 9ddc0e7b7a
commit 4304397a01
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ for _, chest_color in pairs(colors) do
formspec = formspec .. "list[" .. chestinv .. ";pro;4,0.3;4,7;]" ..
"listring[" .. chestinv ..";pro]" ..
"listring[" .. chestinv .. ";helper]" ..
"listring[current_player;main]" ..
"label[5,-0.2;" ..
minetest.formspec_escape("Pro players only") .. "]"
else