From e17fbd2354cdbf99eda7df83fbd83df7eab82cad Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Sun, 3 May 2026 23:37:04 +0300 Subject: [PATCH] fix --- src/hooks/useGameManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 0e274ea..674c928 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -21,7 +21,7 @@ const BASE_EDITIONS = [ id: "legacy_evolved", //neo: yes. we're not changing the ID. that will break user data. name: "neoLegacy", desc: "Backporting newer title updates and Minigames back to LCE", - url: "https://github.com/pieeebot/neoLegacy/releases/download/latest/neoLegacyWindows64.zip", + url: "https://github.com/pieeebot/neoLegacy/releases/download/v1.0.0b/neoLegacyWindows64.zip", titleImage: "/images/minecraft_title_neoLegacy.png", supportsSlimSkins: true, logo: "/images/neoLegacy.png"