diff --git a/mods/ITEMS/mcl_potions/functions.lua b/mods/ITEMS/mcl_potions/functions.lua index f7e44d076..aae3975de 100644 --- a/mods/ITEMS/mcl_potions/functions.lua +++ b/mods/ITEMS/mcl_potions/functions.lua @@ -276,8 +276,8 @@ minetest.register_on_player_hpchange(function(player, hp_change) -- else return 0 -- end - -- else - -- return hp_change + else + return hp_change end else