From 7073c2744b63b347b1fbb3f7a5a2703a55f0af26 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Thu, 24 Oct 2024 16:08:15 +0200 Subject: [PATCH] Add mod whitelist and new HeliosLauncher support Implemented a whitelist for mods and added support for the new version of HeliosLauncher. Also corrected a language key for launch information logging. --- ajouts/version code final/dlAsync.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ajouts/version code final/dlAsync.js b/ajouts/version code final/dlAsync.js index 283db1db..ae2a2cfb 100644 --- a/ajouts/version code final/dlAsync.js +++ b/ajouts/version code final/dlAsync.js @@ -1,21 +1,22 @@ /** * @Name dlAsync Function - * @async - * @param {boolean} login * @returns {Promise} * * @author Sandro642 * @Cheating Athena's Shield - * @Ajout Liste blanche des mods + * + * @Added whitelist for mods + * @Added support for the new HeliosLauncher version */ /** - * @Révision le XX.XX.2024 périme le 01.01.2025 - * @Bug découvert : 0 + * @Reviewed on XX.XX.2024 expires on 01.01.2025 + * @Bugs discovered: 0 * @Athena's Shield * @Sandro642 */ + // ▄▄▄ ▄▄▄█████▓ ██░ ██ ▓█████ ███▄ █ ▄▄▄ ██████ ██████ ██░ ██ ██▓▓█████ ██▓ ▓█████▄ // ▒████▄ ▓ ██▒ ▓▒▓██░ ██▒▓█ ▀ ██ ▀█ █ ▒████▄ ▒██ ▒ ▒██ ▒ ▓██░ ██▒▓██▒▓█ ▀ ▓██▒ ▒██▀ ██▌ // ▒██ ▀█▄ ▒ ▓██░ ▒░▒██▀▀██░▒███ ▓██ ▀█ ██▒▒██ ▀█▄ ░ ▓██▄ ░ ▓██▄ ▒██▀▀██░▒██▒▒███ ▒██░ ░██ █▌ @@ -300,7 +301,7 @@ async function dlAsync(login = true) { }) setTimeout(() => { - loggerLaunchSuite.info(Lang.queryJS('landing.dlAsync.launchingGame')) + loggerLaunchSuite.info(Lang.queryJS('landing.dlAsync.waintingLaunchingGame')) }, MIN_LINGER) } } \ No newline at end of file