Skip to content

Commit 58029f6

Browse files
committed
Fix linter warnings
1 parent 0045e29 commit 58029f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/custom_chat/client/main.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ local function CustomChat_HUDShouldDraw( name )
515515
if name == "CHudChat" then return false end
516516
end
517517

518-
local isGamePaused = false
519-
520518
local function CustomChat_Think()
521519
if not CustomChat.frame then return end
522520

@@ -527,7 +525,7 @@ end
527525

528526
local function CustomChat_OnPauseMenuShow()
529527
if not CustomChat.frame then return end
530-
528+
531529
if CustomChat.frame:IsVisible() then
532530
CustomChat.frame:SetVisible( false )
533531

0 commit comments

Comments
 (0)