mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 12:55:10 +00:00
Fix allow drowning for lava...
This commit is contained in:
parent
31aa880e85
commit
6cefec8cbf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue