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, {