Skip to content

Commit 7d40658

Browse files
committed
Missed another lint warning
1 parent 40a7692 commit 7d40658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/custom_chat/client/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ end
476476
local function CustomChat_OnChatText( _, _, text, textType )
477477
if textType == "chat" then return end
478478

479-
local canShowJoinLeave = not ( CustomChat.JoinLeave.showConnect or CustomChat.JoinLeave.showDisconnect)
479+
local canShowJoinLeave = not ( CustomChat.JoinLeave.showConnect or CustomChat.JoinLeave.showDisconnect )
480480
if not canShowJoinLeave and textType == "joinleave" then return end
481481

482482
CustomChat:AddMessage( { Color( 0, 128, 255 ), text } )

0 commit comments

Comments
 (0)