From 6cefec8cbf16b2f0cf009f8dbf5eefbc0af18620 Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 3 Jul 2020 20:38:35 -0400 Subject: [PATCH] Fix allow drowning for lava... --- mods/ITEMS/mcl_potions/functions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_potions/functions.lua b/mods/ITEMS/mcl_potions/functions.lua index f7e44d07..aae3975d 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