From 4b20c0c02561f5783c04f233dff0a7401bcbca74 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Mar 2017 21:03:54 +0100 Subject: [PATCH] Remove debug printing of creative inventory --- mods/HUD/mcl_inventory/creative.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mods/HUD/mcl_inventory/creative.lua b/mods/HUD/mcl_inventory/creative.lua index ac651dbd6..ddb4caf61 100644 --- a/mods/HUD/mcl_inventory/creative.lua +++ b/mods/HUD/mcl_inventory/creative.lua @@ -99,16 +99,6 @@ local function init(player) return 0 end end, - on_move = function(inv, from_list, from_index, to_list, to_index, count, player) - end, - on_put = function(inv, listname, index, stack, player) - end, - on_take = function(inv, listname, index, stack, player) - print(player:get_player_name().." takes item from creative inventory; listname="..dump(listname)..", index="..dump(index)..", stack="..dump(stack)) - if stack then - print("stack:get_name()="..dump(stack:get_name())..", stack:get_count()="..dump(stack:get_count())) - end - end, }, playername) set_inv("\0all", player) end