Revert "Game server api" (#26871)

Revert "Game server api (#24015)"

This reverts commit 297853929b.
This commit is contained in:
Pieter-Jan Briers
2024-04-10 14:19:32 +02:00
committed by GitHub
parent 297853929b
commit 3aee197923
5 changed files with 12 additions and 1055 deletions

View File

@@ -773,13 +773,6 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<bool> AdminAnnounceLogout =
CVarDef.Create("admin.announce_logout", true, CVar.SERVERONLY);
/// <summary>
/// The token used to authenticate with the admin API. Leave empty to disable the admin API. This is a secret! Do not share!
/// </summary>
public static readonly CVarDef<string> AdminApiToken =
CVarDef.Create("admin.api_token", string.Empty, CVar.SERVERONLY | CVar.CONFIDENTIAL);
/// <summary>
/// Should users be able to see their own notes? Admins will be able to see and set notes regardless
/// </summary>