Skip to content

Commit ba7dc80

Browse files
committed
remove unused code
1 parent 0238b3a commit ba7dc80

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lua/pac3/extra/shared/net_combat.lua

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,16 +1580,6 @@ if SERVER then
15801580
local endpos = pos + ang:Forward()*tbl.Length
15811581
ents_hits = ents.FindAlongRay(startpos, endpos)
15821582
ProcessForcesList(ents_hits, tbl, pos, ang, ply)
1583-
1584-
if tbl.Bullet then
1585-
local bullet = {}
1586-
bullet.Src = pos + ang:Forward()
1587-
bullet.Dir = ang:Forward()*50000
1588-
bullet.Damage = -1
1589-
bullet.Force = 0
1590-
bullet.Entity = dmg_info:GetAttacker()
1591-
dmg_info:GetInflictor():FireBullets(bullet)
1592-
end
15931583
end
15941584
end
15951585

0 commit comments

Comments
 (0)