From 19a8d3c34412abd7ee9b9cae00de5a1b8c6567dc Mon Sep 17 00:00:00 2001 From: Jabak <163307958+Jabaks@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:24:12 +0300 Subject: [PATCH] false stalin enable --- Content.Shared/_White/WhiteCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/_White/WhiteCVars.cs b/Content.Shared/_White/WhiteCVars.cs index a1f065dec7..380be5f0af 100644 --- a/Content.Shared/_White/WhiteCVars.cs +++ b/Content.Shared/_White/WhiteCVars.cs @@ -138,7 +138,7 @@ public sealed class WhiteCVars public static readonly CVarDef StalinAuthUrl = CVarDef.Create("stalin.auth_url", string.Empty, CVar.SERVERONLY | CVar.CONFIDENTIAL | CVar.ARCHIVE); public static readonly CVarDef StalinEnabled = - CVarDef.Create("stalin.enabled", true, CVar.SERVERONLY | CVar.ARCHIVE); + CVarDef.Create("stalin.enabled", false, CVar.SERVERONLY | CVar.ARCHIVE); public static readonly CVarDef StalinDiscordMinimumAge = CVarDef.Create("stalin.minimal_discord_age_minutes", 604800.0f, CVar.SERVERONLY | CVar.ARCHIVE);