renamed json allchat tag

This commit is contained in:
2022-01-29 21:05:46 +01:00
parent 15b83ede7d
commit 0072e73bbf

View File

@@ -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"`
}