Skip to content

Commit 4cdb91b

Browse files
committed
Don't treat DMs as team chat
1 parent 3cd9337 commit 4cdb91b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/custom_chat/server/net_messages.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ net.Receive( "customchat.say", function( _, speaker )
4949
if util.SteamIDTo64( channel ) ~= "0" then
5050
dmTarget = player.GetBySteamID( channel )
5151
if not IsValid( dmTarget ) then return end
52-
teamOnly = true
5352
end
5453

5554
text = CustomChat.CleanupString( text )

0 commit comments

Comments
 (0)