mirror of
https://github.com/minetest/minetest_game.git
synced 2025-01-08 06:30:17 +01:00
whitespace fix
This commit is contained in:
parent
e7d483bef9
commit
dfd0805e84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user