From e796b418bf6875c8437dd0b4b0d6abf9a3037180 Mon Sep 17 00:00:00 2001 From: xe1os <39219862+xe1os@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:52:29 +0530 Subject: [PATCH] Active map pool --- src/utility/auth.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utility/auth.ts b/src/utility/auth.ts index 98d16b05..b734aa66 100644 --- a/src/utility/auth.ts +++ b/src/utility/auth.ts @@ -112,9 +112,9 @@ async function returnStrategy(identifier: any, profile: any, done: any) { defaultMaps.push(['de_ancient', 'Ancient', curUser[0].id]); defaultMaps.push(['de_mirage', 'Mirage', curUser[0].id]); defaultMaps.push(['de_nuke', 'Nuke', curUser[0].id]); - defaultMaps.push(['de_anubis', 'Anubis', curUser[0].id]); + defaultMaps.push(['de_train', 'Train', curUser[0].id]); defaultMaps.push(['de_dust2', 'Dust II', curUser[0].id]); - defaultMaps.push(['de_vertigo', 'Vertigo', curUser[0].id]); + defaultMaps.push(['de_overpass', 'Overpass', curUser[0].id]); sql = "INSERT INTO map_list (map_name, map_display_name, user_id) VALUES ?"; await db.query(sql, [defaultMaps]); } @@ -229,9 +229,9 @@ passport.use('local-register', defaultMaps.push(['de_ancient', 'Ancient', curUser[0].id]); defaultMaps.push(['de_mirage', 'Mirage', curUser[0].id]); defaultMaps.push(['de_nuke', 'Nuke', curUser[0].id]); - defaultMaps.push(['de_anubis', 'Anubis', curUser[0].id]); + defaultMaps.push(['de_train', 'Train', curUser[0].id]); defaultMaps.push(['de_dust2', 'Dust II', curUser[0].id]); - defaultMaps.push(['de_vertigo', 'Vertigo', curUser[0].id]); + defaultMaps.push(['de_overpass', 'Overpass', curUser[0].id]); sql = "INSERT INTO map_list (map_name, map_display_name, user_id) VALUES ?"; await db.query(sql, [defaultMaps]); return done(null, {