mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Pass ply to GetDupeAngleOffset
This commit is contained in:
parent
426808476a
commit
2618c37624
@ -192,7 +192,7 @@ if(SERVER)then
|
||||
return false
|
||||
end
|
||||
|
||||
ply.AdvDupe2.Angle = GetDupeAngleOffset()
|
||||
ply.AdvDupe2.Angle = GetDupeAngleOffset(ply)
|
||||
ply.AdvDupe2.Position = Vector(trace.HitPos)
|
||||
ply.AdvDupe2.Position.z = ply.AdvDupe2.Position.z + GetDupeElevation(ply)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user