From 757a84e7cdcb81c2a01b8953e59a2902228c1679 Mon Sep 17 00:00:00 2001 From: ThePython <87204246+ThePython10110@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:06:16 -0800 Subject: [PATCH] Armor is broken due to engine problem --- exchangeclone/armor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchangeclone/armor.lua b/exchangeclone/armor.lua index 2a3e0fe..5ad97c7 100644 --- a/exchangeclone/armor.lua +++ b/exchangeclone/armor.lua @@ -207,10 +207,10 @@ if exchangeclone.mcl then end end + -- Until Minetest fixes an issue, there's no way to make this work correctly. mcl_damage.register_modifier(function(obj, damage, reason) local start_time = minetest.get_us_time() if not obj:is_player() then return end - minetest.log(dump({damage, reason})) local inv = mcl_util.get_inventory(obj) local blocked = 0 if inv then