mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
removed a test print
This commit is contained in:
parent
445b08012c
commit
10b432ea33
@ -368,7 +368,6 @@ function pace.EnableView(b)
|
||||
pac.AddHook("CalcView", "camera_part", function(ply, pos, ang, fov, nearz, farz)
|
||||
for _, part in pairs(pac.GetLocalParts()) do
|
||||
if part:IsValid() and part.ClassName == "camera" then
|
||||
print(part)
|
||||
part:CalcShowHide()
|
||||
local temp = {}
|
||||
if not part:IsHidden() then
|
||||
|
Loading…
Reference in New Issue
Block a user