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.
2 parents 5125a5a + a4543a8 commit 47aca2bCopy full SHA for 47aca2b
pkg/demoinfocs/net_messages.go
@@ -128,7 +128,7 @@ func (p *parser) handleMessageSayText2(msg *msgs2.CUserMessageSayText2) {
128
})
129
130
switch msg.GetMessagename() {
131
- case "Cstrike_Chat_All":
+ case "Cstrike_Chat_All", "Cstrike_Chat_AllSpec":
132
fallthrough
133
case "Cstrike_Chat_AllDead":
134
sender := p.gameState.playersByEntityID[int(msg.GetEntityindex())]
0 commit comments