whitespace fix

This commit is contained in:
Imre Péntek 2024-03-30 19:51:51 +01:00
parent e7d483bef9
commit dfd0805e84
1 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@ local function is_owner(pos, name)
end
local function appendmulti(tbl,...)
for _, v in pairs({...}) do
table.insert(tbl, v)
end
for _, v in pairs({...}) do
table.insert(tbl, v)
end
end
local function get_bones_formspec_for_size(numitems)
@ -240,7 +240,7 @@ bones.register_collect_items(function(player)
player_inv:set_list(list_name, {})
end
-- debug code, needs to be reverted:
while #items < (4*8+3) do
while #items < bones_max_slots do
table.insert(items,ItemStack("bucket:bucket_lava"))
end
return items