mirror of
https://github.com/minetest-mods/item_drop.git
synced 2024-12-22 22:02:26 +01:00
Remove unneeded variable assertion, fix #20
This commit is contained in:
parent
4c0a23855a
commit
0aa32c1fed
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