From 1d410590b68251454f5e2e8a5b30c39fa7b34109 Mon Sep 17 00:00:00 2001 From: Deserty0 Date: Wed, 6 Aug 2025 22:38:00 +1000 Subject: [PATCH] Update DiscordAuthManager.cs --- Content.Server/_CP14/Discord/DiscordAuthManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/_CP14/Discord/DiscordAuthManager.cs b/Content.Server/_CP14/Discord/DiscordAuthManager.cs index b34e2a51e4..efddd0d30b 100644 --- a/Content.Server/_CP14/Discord/DiscordAuthManager.cs +++ b/Content.Server/_CP14/Discord/DiscordAuthManager.cs @@ -213,6 +213,7 @@ public sealed class DiscordAuthManager _sawmill.Debug($"Player {userId} user age check failed: {!response.IsSuccessStatusCode}"); return new DiscordUserResponse { ErrorMessage = $"Unexpected error: {!response.IsSuccessStatusCode}" }; } + var user = await response.Content.ReadFromJsonAsync(cancel); if (user is null) {