diff --git a/init.lua b/init.lua index 3e96094..bd19bb2 100644 --- a/init.lua +++ b/init.lua @@ -1,7 +1,6 @@ local load_time_start = minetest.get_us_time() -- Functions which can be overridden by mods -assert(item_drop == nil) item_drop = { -- This function is executed before picking up an item or making it fly to -- the player. If it does not return true, the item is ignored.