From 16fea4a2b205db9abf1ed97dd82e697cb4bcd219 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sat, 9 Sep 2023 19:01:14 +0500 Subject: [PATCH] yes --- beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua b/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua index 05459c2..3721b05 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua @@ -1636,7 +1636,7 @@ local function JumpThink() BodyAnim:SetSequence(transitionanims[BodyAnimString]) end - if ply:WaterLevel() > 0 then + if ply:WaterLevel() >= 2 then BodyAnim:SetSequence(BodyAnim:LookupSequence("water_float")) if ply:KeyDown(IN_MOVELEFT) and vel_l > 5 then