From 6f170bb45fd1abc827f333e0b519cc6825b0fac8 Mon Sep 17 00:00:00 2001 From: Deserty0 Date: Wed, 13 Aug 2025 04:55:57 +1000 Subject: [PATCH] lol --- Content.Server/_CP14/Discord/DiscordAuthManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_CP14/Discord/DiscordAuthManager.cs b/Content.Server/_CP14/Discord/DiscordAuthManager.cs index 956bc9b102..23bc824faa 100644 --- a/Content.Server/_CP14/Discord/DiscordAuthManager.cs +++ b/Content.Server/_CP14/Discord/DiscordAuthManager.cs @@ -178,7 +178,7 @@ public sealed class DiscordAuthManager } // Fastest way to block user is just not verify it - switch (_suspiciousAccountsWarningLevel) + switch (_suspiciousAccountsWarningLevel.ToLower()) { case "medium": {