mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-03 17:37:08 +05:00
r u sirius raight nueow?
This commit is contained in:
parent
ae0c4b4ca4
commit
537f1e94c9
3 changed files with 4 additions and 3 deletions
|
@ -621,7 +621,8 @@ local function ClimbingCheck(ply, mv, cmd)
|
|||
mv:SetOrigin(startpos)
|
||||
end
|
||||
|
||||
tr.start = mv:GetOrigin() + wallang:Forward() * 20 + vector_up * tr.maxs.z + vector_up
|
||||
local __mins, __maxs = ply:GetHull()
|
||||
tr.start = mv:GetOrigin() + wallang:Forward() * 20 + vector_up * __maxs.z + vector_up * 5
|
||||
tr.endpos = tr.start
|
||||
|
||||
util.TraceHull(tr)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION_GLOBAL = "1.0.34"
|
||||
VERSION_GLOBAL = "1.0.35"
|
||||
VERSION_LATEST = ""
|
||||
VERSION_CHECKED = false
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.0.34
|
||||
1.0.35
|
Loading…
Add table
Reference in a new issue