forked from HaodongMo/ArcCW
Fix #149: Draw penetration stuff on client in MP
Why was this disabled in the first place?
This commit is contained in:
parent
8c7482bbc5
commit
a13cc76038
@ -66,9 +66,11 @@ function ArcCW:DoPenetration(tr, damage, bullet, penleft, physical, alreadypenne
|
||||
local hitpos, startpos = tr.HitPos, tr.StartPos
|
||||
local dir = (hitpos - startpos):GetNormalized()
|
||||
|
||||
if CLIENT then
|
||||
return
|
||||
end
|
||||
-- Added in e5adb54: "temporarily disable visual pen bullet until a solution is found"
|
||||
-- i don't remember the issue though
|
||||
-- if CLIENT then
|
||||
-- return
|
||||
-- end
|
||||
|
||||
if tr.HitSky then return end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user