From 7879be078cb4a9afcdb5b89b1b7038301bbb9767 Mon Sep 17 00:00:00 2001 From: NO411 Date: Thu, 6 Jan 2022 19:24:28 +0100 Subject: [PATCH] Remove debug --- mods/ITEMS/mcl_shields/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ITEMS/mcl_shields/init.lua b/mods/ITEMS/mcl_shields/init.lua index 33a6d1d6f..fbae45094 100644 --- a/mods/ITEMS/mcl_shields/init.lua +++ b/mods/ITEMS/mcl_shields/init.lua @@ -100,7 +100,6 @@ end mcl_damage.register_modifier(function(obj, damage, reason) local type = reason.type local damager = reason.direct - minetest.chat_send_all(dump(damager)) if obj:is_player() and mcl_shields.is_blocking(obj) and mcl_shields.types[type] and damager then local entity = damager:get_luaentity() if entity and (type == "arrow" or type == "generic") then