renamed json allchat tag
This commit is contained in:
@@ -158,7 +158,7 @@ type MateResponse struct {
|
|||||||
type ChatResponse struct {
|
type ChatResponse struct {
|
||||||
Player *PlayerResponse `json:"player,omitempty"`
|
Player *PlayerResponse `json:"player,omitempty"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
AllChat bool `json:"teamChat"`
|
AllChat bool `json:"all_chat"`
|
||||||
Tick int `json:"tick"`
|
Tick int `json:"tick"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user