From 3850fa02544f44a0e80cbd8e885b330559082f9d Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 31 Aug 2024 22:46:28 +0200 Subject: [PATCH] Change mod information endpoint --- src/server/minecraft.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/minecraft.js b/src/server/minecraft.js index 8904b4b..66372fe 100644 --- a/src/server/minecraft.js +++ b/src/server/minecraft.js @@ -20,7 +20,7 @@ export default class Minecraft { auth = null modsList = undefined showNotification = undefined - modsInformationsEndpoint = 'https://launcher.altarik.fr' + modsInformationsEndpoint = 'https://launcher.altarik.fr/launcher.json' setShowNotification (showNotification) { this.showNotification = showNotification