Test 2...

Discord webhook test 2....
master
danil275487 2021-05-16 13:39:33 +03:00
parent af3eff47cb
commit b80da11105
1 changed files with 1 additions and 2 deletions

View File

@ -43,5 +43,4 @@ local old_drop = minetest.item_drop
minetest.item_drop = function(itemstack, dropper, pos)
old_drop(itemstack:take_item(1), dropper, pos)
return itemstack
end
end