From 5839fa501e50a85812dbb7bd07065564f3db6ad8 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 28 Jul 2024 10:40:18 +0500 Subject: [PATCH] fix https://github.com/JonnyBro/beatrun/issues/209 --- beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua b/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua index 3745f5d..688563a 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/JumpAnim.lua @@ -1374,6 +1374,8 @@ local function JumpAnim(event, ply) end if not wasjumpanim then + CheckAnims() + StartBodyAnim(animtable) if not IsValid(BodyAnim) then return end