mirror of
https://github.com/minetest-mods/item_drop.git
synced 2024-11-15 22:40:17 +01:00
Remove unneeded variable assertion, fix #20
This commit is contained in:
parent
c52ff0ea55
commit
56d2eeda5c
1
init.lua
1
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user