Skip to content

Commit 999cff9

Browse files
committed
Remove debug code
1 parent 9da6109 commit 999cff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/custom_chat/client/join_leave.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ hook.Add( "player_disconnect", "CustomChat.ShowDisconnectMessages", function( da
8282
end, HOOK_LOW )
8383

8484
local function OnPlayerActivated( ply, steamId, name, color, absenceLength )
85-
--if ply:IsBot() and not JoinLeave.botConnectDisconnect then return end
85+
if ply:IsBot() and not JoinLeave.botConnectDisconnect then return end
8686

8787
-- Only use a player block if Custom Chat is enabled
8888
if CustomChat.IsEnabled() then

0 commit comments

Comments
 (0)