We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a7692 commit 7d40658Copy full SHA for 7d40658
lua/custom_chat/client/main.lua
@@ -476,7 +476,7 @@ end
476
local function CustomChat_OnChatText( _, _, text, textType )
477
if textType == "chat" then return end
478
479
- local canShowJoinLeave = not ( CustomChat.JoinLeave.showConnect or CustomChat.JoinLeave.showDisconnect)
+ local canShowJoinLeave = not ( CustomChat.JoinLeave.showConnect or CustomChat.JoinLeave.showDisconnect )
480
if not canShowJoinLeave and textType == "joinleave" then return end
481
482
CustomChat:AddMessage( { Color( 0, 128, 255 ), text } )
0 commit comments