Fix allow drowning for lava...

This commit is contained in:
Brandon 2020-07-03 20:38:35 -04:00
parent 31aa880e85
commit 6cefec8cbf
1 changed files with 2 additions and 2 deletions

View File

@ -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