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) {