From 6f424c8b6f4f005cee1e9c2f729e62dd18fc299b Mon Sep 17 00:00:00 2001 From: pg9182 <96569817+pg9182@users.noreply.github.com> Date: Sat, 15 Oct 2022 04:55:39 -0400 Subject: pkg/api/api0: Add ServerAuthToken field to Server --- pkg/api/api0/serverlist.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/api') diff --git a/pkg/api/api0/serverlist.go b/pkg/api/api0/serverlist.go index 90aebb5..f077fbe 100644 --- a/pkg/api/api0/serverlist.go +++ b/pkg/api/api0/serverlist.go @@ -62,6 +62,8 @@ type Server struct { Map string Playlist string + ServerAuthToken string // used for authenticating the masterserver to the gameserver authserver + ModInfo []ServerModInfo } -- cgit v1.2.3