From 70e86fa36b730821767ea94abd3d4fab1551edb8 Mon Sep 17 00:00:00 2001 From: azures04 Date: Fri, 30 Jan 2026 05:16:04 +0100 Subject: [PATCH] Fixed mini mistakes --- LentiaLauncher.csproj | 6 ------ src/main/core/Constants.cs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/LentiaLauncher.csproj b/LentiaLauncher.csproj index a88e7c4..d150c65 100644 --- a/LentiaLauncher.csproj +++ b/LentiaLauncher.csproj @@ -22,12 +22,6 @@ - - - - Always - - diff --git a/src/main/core/Constants.cs b/src/main/core/Constants.cs index 6282445..8541bbf 100644 --- a/src/main/core/Constants.cs +++ b/src/main/core/Constants.cs @@ -6,7 +6,7 @@ namespace Lentia.Core.Constants { public static class Urls { public const string MojangManifest = "https://launchermeta.mojang.com/mc/game/version_manifest_v2.json"; public const string YggdrasilServer = "https://yggdrasil.azures.fr/"; - public const string MojangAuthServer = YggdrasilServer + "/authserver"; + public const string MojangAuthServer = YggdrasilServer + "authserver"; public const string ApiUrl = "https://lentia-api.azures.fr"; }