Update mods/bones/init.lua

This commit is contained in:
sfan5 2024-08-18 19:38:11 +02:00 committed by GitHub
parent 85b8f84e11
commit 2cc20705ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ local function drop(pos, itemstack)
end
end
local drop_contents = function(pos)
local function drop_contents(pos)
local inv = minetest.get_meta(pos):get_inventory()
for i = 1, inv:get_size("main") do