mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-08 22:50:16 +01:00
whitespace fix
This commit is contained in:
parent
e7d483bef9
commit
dfd0805e84
@ -24,9 +24,9 @@ local function is_owner(pos, name)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function appendmulti(tbl,...)
|
local function appendmulti(tbl,...)
|
||||||
for _, v in pairs({...}) do
|
for _, v in pairs({...}) do
|
||||||
table.insert(tbl, v)
|
table.insert(tbl, v)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function get_bones_formspec_for_size(numitems)
|
local function get_bones_formspec_for_size(numitems)
|
||||||
@ -240,7 +240,7 @@ bones.register_collect_items(function(player)
|
|||||||
player_inv:set_list(list_name, {})
|
player_inv:set_list(list_name, {})
|
||||||
end
|
end
|
||||||
-- debug code, needs to be reverted:
|
-- 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"))
|
table.insert(items,ItemStack("bucket:bucket_lava"))
|
||||||
end
|
end
|
||||||
return items
|
return items
|
||||||
|
Loading…
Reference in New Issue
Block a user