From 3a44d2a73d4a1d71c3485b72aaf1475f51196f96 Mon Sep 17 00:00:00 2001 From: Evgeny Kovalev Date: Sat, 22 Jul 2023 19:20:55 +0300 Subject: [PATCH] added basic auth requirenment --- internal/player/player.go | 2 ++ 1 file changed, 2 insertions(+) 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() {