diff --git a/utils/utils.go b/utils/utils.go index 866322c..0ce60e9 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -158,7 +158,7 @@ type MateResponse struct { type ChatResponse struct { Player *PlayerResponse `json:"player,omitempty"` Message string `json:"message"` - AllChat bool `json:"teamChat"` + AllChat bool `json:"all_chat"` Tick int `json:"tick"` }