Skip to content

Commit 8b83f34

Browse files
committed
Ignore Coach_Join_* for ChatMessages
1 parent 1a2e522 commit 8b83f34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packet_handlers.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,9 @@ func (p *Parser) handleUserMessage(um *msg.CSVCMsg_UserMessage) {
659659
IsChatAll: st.Textallchat,
660660
})
661661

662+
case "#CSGO_Coach_Join_T": // Ignore these
663+
case "#CSGO_Coach_Join_CT":
664+
662665
default:
663666
if p.warn != nil {
664667
p.warn(fmt.Sprintf("Skipped sending ChatMessageEvent for SayText2 with unknown MsgName %q", st.MsgName))

0 commit comments

Comments
 (0)