diff options
-rw-r--r-- | clientmods/inventory/init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clientmods/inventory/init.lua b/clientmods/inventory/init.lua index 2b39a70a3..52791b338 100644 --- a/clientmods/inventory/init.lua +++ b/clientmods/inventory/init.lua @@ -5,7 +5,3 @@ dofile(modpath .. "/invhack.lua") dofile(modpath .. "/enderchest.lua") dofile(modpath .. "/next_item.lua") dofile(modpath .. "/autotool.lua") - -minetest.register_on_open_inventory(function(inv) - print(inv) -end) |