diff options
Diffstat (limited to 'entities')
| -rw-r--r-- | entities/entities/art_droppeditem/cl_init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/entities/entities/art_droppeditem/cl_init.lua b/entities/entities/art_droppeditem/cl_init.lua index eb8868d..ceebc7f 100644 --- a/entities/entities/art_droppeditem/cl_init.lua +++ b/entities/entities/art_droppeditem/cl_init.lua @@ -21,9 +21,6 @@ hook.Add("Tick","pickupitemstick",function() local ae = ents.FindInSphere(lp:GetPos(),5) for k,v in pairs(ae) do local ei = v:EntIndex() - if ei ~= 1 and ei ~= -1 then - print("Checking if we should pick up", ei) - end if (not sentrequests[ei]) and v.GetClass and v:GetClass() == "art_droppeditem" then print("Sending request to pick up", ei) net.Start("art_requestpickup") |
