Update CCvars.CP14DiscordAuth.cs

This commit is contained in:
Deserty0
2025-08-11 00:18:22 +10:00
parent 146967b786
commit 35e5025d3e

View File

@@ -14,5 +14,5 @@ public sealed partial class CCVars
CVarDef.Create("cp14.discord_auth_token", "token", CVar.SERVERONLY | CVar.CONFIDENTIAL);
public static readonly CVarDef<string> SuspiciousAccountsWarningLevel =
CVarDef.Create("cp14.suspicious_accounts_warning_level", "disabled", CVar.SERVER, "Can be: disabled, low, medium, high");
CVarDef.Create("cp14.suspicious_accounts_warning_level", "disabled", CVar.SERVER | CVar.CONFIDENTIAL);
}