Revert "Game server api (#23129)" (#23672)

This reverts commit dfc8ea6aee.
This commit is contained in:
DrSmugleaf
2024-01-07 02:04:21 -08:00
committed by GitHub
parent 3e3ff025ed
commit c05a458de2
4 changed files with 12 additions and 814 deletions

View File

@@ -29,12 +29,6 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<string> RulesHeader =
CVarDef.Create("server.rules_header", "ui-rules-header", CVar.REPLICATED | CVar.SERVER);
/// <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("server.admin_api_token", string.Empty, CVar.SERVERONLY | CVar.CONFIDENTIAL);
/*
* Ambience
*/