From b164a52bf8b78516ad398da404f19d1e012e8eca Mon Sep 17 00:00:00 2001 From: Byte Date: Tue, 14 Jul 2026 14:25:55 +0200 Subject: [PATCH] fix(lceonline): Always use the latest download available (#139) --- src/hooks/useGameManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 9d3e409..793a2d6 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -81,7 +81,7 @@ export const BASE_EDITIONS = [ id: "lceonline", name: "LCE Online Client", desc: "Restoring the classic LCE online experience with friends, world hosting, leaderboards & more.", - url: "https://github.com/lceonline/MCLEClient/releases/download/v1.0.0b/LCENWindows64.zip", + url: "https://github.com/lceonline/MCLEClient/releases/latest/download/LCENWindows64.zip", titleImage: "/images/lceonline.png", supportsSlimSkins: false, logo: "/images/lce_online.png", @@ -660,4 +660,4 @@ export function useGameManager({ updateCustomization, saveCustomPath, }; -} \ No newline at end of file +}