diff --git a/internal/player/player.go b/internal/player/player.go index 504e2af..130cc2a 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -25,6 +25,8 @@ type Player struct { WinRate int `json:"WinRate"` Health int `json:"Health"` + + Authed bool `json:"Authed"` } func (pc *Player) Receiver() {