mirror of
https://github.com/Xerasin/Sit-Anywhere.git
synced 2025-03-04 03:13:07 -05:00
Forgot a debug oops
This commit is contained in:
parent
56ddd1634e
commit
6a854fd581
@ -421,7 +421,6 @@ function META.Sit(ply, EyeTrace, ang, parent, parentbone, func, exit, wantedAng)
|
||||
local trace = dists[I]
|
||||
local behind = distsang[(trace.ang + 180) % 360]
|
||||
|
||||
print(behind.Distance2, eyeang.yaw - trace.ang)
|
||||
if behind.Distance2 > 3 then
|
||||
local cost = 0
|
||||
if math.abs(eyeang.yaw - trace.ang) > 16 then
|
||||
|
Loading…
Reference in New Issue
Block a user