mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-02-22 22:48:29 +05:00
fix
This commit is contained in:
parent
e54b7f3659
commit
ae0c4b4ca4
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION_GLOBAL = "1.0.33"
|
||||
VERSION_GLOBAL = "1.0.34"
|
||||
VERSION_LATEST = ""
|
||||
VERSION_CHECKED = false
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.0.33
|
||||
1.0.34
|
Loading…
Reference in a new issue