Remove stray print
This commit is contained in:
parent
60e1c68a93
commit
d1da58d9b7
|
@ -915,7 +915,6 @@ hook.Add( "HUDPaint", "Benny_HUDPaint", function()
|
|||
-- PROTO: Get interp values
|
||||
local interpr = GetConVarNumber( "cl_interp_ratio" )/GetConVarNumber( "cl_cmdrate" )
|
||||
local interp = GetConVarNumber( "cl_interp" )
|
||||
print( interpr, interp )
|
||||
wr = wr - math.max( interpr, interp )
|
||||
|
||||
local r_w, r_h = ss(8), ss(72)
|
||||
|
|
Loading…
Reference in New Issue