Skip to content

Commit 47aca2b

Browse files
authored
Merge pull request #571 from markus-wa/missing-chat-messages
2 parents 5125a5a + a4543a8 commit 47aca2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/net_messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (p *parser) handleMessageSayText2(msg *msgs2.CUserMessageSayText2) {
128128
})
129129

130130
switch msg.GetMessagename() {
131-
case "Cstrike_Chat_All":
131+
case "Cstrike_Chat_All", "Cstrike_Chat_AllSpec":
132132
fallthrough
133133
case "Cstrike_Chat_AllDead":
134134
sender := p.gameState.playersByEntityID[int(msg.GetEntityindex())]

0 commit comments

Comments
 (0)