This commit is contained in:
relaxtakenotes 2025-02-12 16:39:06 +05:00
parent e54b7f3659
commit ae0c4b4ca4
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
VERSION_GLOBAL = "1.0.33"
VERSION_GLOBAL = "1.0.34"
VERSION_LATEST = ""
VERSION_CHECKED = false

View file

@ -1 +1 @@
1.0.33
1.0.34