Remove unneeded variable assertion, fix #20

This commit is contained in:
texmex 2019-02-12 13:25:34 +01:00 committed by GitHub
parent 4c0a23855a
commit 0aa32c1fed
1 changed files with 0 additions and 1 deletions

View File

@ -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.