mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
Update mods/bones/init.lua
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
This commit is contained in:
parent
d9ff2f758f
commit
85b8f84e11
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ local function is_owner(pos, name)
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
local drop = function(pos, itemstack)
|
local function drop(pos, itemstack)
|
||||||
local obj = minetest.add_item(pos, itemstack:take_item(itemstack:get_count()))
|
local obj = minetest.add_item(pos, itemstack:take_item(itemstack:get_count()))
|
||||||
if obj then
|
if obj then
|
||||||
obj:set_velocity({
|
obj:set_velocity({
|
||||||
|
|
Loading…
Add table
Reference in a new issue