mirror of
https://github.com/CapsAdmin/wowozela.git
synced 2025-03-04 03:13:27 -05:00
Remove unused variable
This commit is contained in:
parent
42a23dfc1a
commit
d7ad6c2750
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user