diff --git a/gamemodes/benny/gamemode/modules/player/cl_hud.lua b/gamemodes/benny/gamemode/modules/player/cl_hud.lua index 9718b35..2d20205 100644 --- a/gamemodes/benny/gamemode/modules/player/cl_hud.lua +++ b/gamemodes/benny/gamemode/modules/player/cl_hud.lua @@ -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)