mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
* Fix default item callbacks to work with nil users * item.lua: Handle node drops for invalid players The if-condition for the dropping loop is the same as `inv`, which means that the 2nd possible definition of `give_item` is never used. Remove redundant `local _, dropped_item`