Remove unused variable

This commit is contained in:
Xerasin 2022-07-08 22:36:25 -07:00
parent 42a23dfc1a
commit d7ad6c2750

View File

@ -707,7 +707,7 @@ if CLIENT then
local col_white = Color(255, 255, 255, 255) local col_white = Color(255, 255, 255, 255)
local col_red = Color(255, 0, 0, 255) local col_red = Color(255, 0, 0, 255)
local was_down, lastBut = false, 0 local was_down = false
function SWEP:DrawHUD() function SWEP:DrawHUD()
if not self.Pages then if not self.Pages then
self:LoadPages() self:LoadPages()