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.
1 parent 5c19940 commit 6cf1563Copy full SHA for 6cf1563
packet_handlers.go
@@ -87,8 +87,8 @@ func (p *Parser) handleGameEventList(gel *msg.CSVCMsg_GameEventList) {
87
}
88
89
func (p *Parser) handleGameEvent(ge *msg.CSVCMsg_GameEvent) {
90
- // TODO: Do we really need to do this check?
91
if p.gehDescriptors == nil {
+ p.warn("Received GameEvent but event descriptors are missing")
92
return
93
94
0 commit comments