Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu7867 authored Dec 29, 2023
1 parent 039a0ae commit d1bb6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pac3/extra/shared/net_combat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ if SERVER then
add_angvel = add_angvel * dist_multiplier

local unconsenting_owner = owner ~= ply and force_consents[owner] == false
if ent:GetClass() == "pac_projectile" then print(ent, ent:GetPhysicsObject(), "is_player", is_player, "is_physics", is_physics, "is_npc", is_npc, "tbl.PointEntities", tbl.PointEntities) end

if is_player then
if tbl.Players or (ent == ply and tbl.AffectSelf) then
if (ent ~= ply and force_consents[ent] ~= false) or (ent == ply and tbl.AffectSelf) then
Expand Down

0 comments on commit d1bb6ee

Please sign in to comment.