diff --git a/mods/PLAYER/mcl_playerplus/init.lua b/mods/PLAYER/mcl_playerplus/init.lua index 4d1f6baad..6a6a5ac53 100644 --- a/mods/PLAYER/mcl_playerplus/init.lua +++ b/mods/PLAYER/mcl_playerplus/init.lua @@ -484,7 +484,8 @@ minetest.register_globalstep(function(dtime) then break else - head_alt_1 = next_alt + -- show head slightly above water level: + head_alt_1 = head_alt_1 + (next_alt - head_alt_1) * 0.26 break end end