From 0072e73bbf5cfb392909c03acf71915333c7fbc9 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sat, 29 Jan 2022 21:05:46 +0100 Subject: [PATCH] renamed json allchat tag --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }