diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/BodyAnim.lua b/beatrun/gamemodes/beatrun/gamemode/cl/BodyAnim.lua index ad1010f..191827b 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/BodyAnim.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/BodyAnim.lua @@ -493,7 +493,7 @@ function BodyAnimCalcView2(ply, pos, angles, fov) return end - if has_tool_equipped then + if has_tool_equipped and IsValid(BodyAnim) then BodyAnim:SetNoDraw(true) BodyAnim:SetRenderOrigin(pos * 1000) diff --git a/beatrun/gamemodes/beatrun/gamemode/shared.lua b/beatrun/gamemodes/beatrun/gamemode/shared.lua index 83ffcb4..f6820cb 100644 --- a/beatrun/gamemodes/beatrun/gamemode/shared.lua +++ b/beatrun/gamemodes/beatrun/gamemode/shared.lua @@ -1,4 +1,4 @@ -VERSION_GLOBAL = "1.0.33" +VERSION_GLOBAL = "1.0.34" VERSION_LATEST = "" VERSION_CHECKED = false diff --git a/version.txt b/version.txt index c1cf2f9..64a736b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.33 \ No newline at end of file +1.0.34 \ No newline at end of file