mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
2x better tpik perf it was running twice a frame for no reason
This commit is contained in:
parent
7fb499aece
commit
85696eaa9d
@ -1,7 +1,7 @@
|
||||
hook.Add("PrePlayerDraw", "ARC9_TPIK", function(ply, flags)
|
||||
local wpn = ply:GetActiveWeapon()
|
||||
-- hook.Add("PrePlayerDraw", "ARC9_TPIK", function(ply, flags)
|
||||
-- local wpn = ply:GetActiveWeapon()
|
||||
|
||||
if !wpn.ARC9 then return end
|
||||
-- if !wpn.ARC9 then return end
|
||||
|
||||
wpn:DoTPIK()
|
||||
end)
|
||||
-- wpn:DoTPIK()
|
||||
-- end)
|
Loading…
Reference in New Issue
Block a user