Skip to content

Commit

Permalink
Swap Overpass Default for Dust 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xe1os authored Sep 18, 2024
1 parent 580de78 commit 1996182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utility/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function returnStrategy(identifier, profile, done) {
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_overpass', 'Overpass', curUser[0].id]);
defaultMaps.push(['de_dust2', 'Dust II', curUser[0].id]);
defaultMaps.push(['de_anubis', 'Anubis', curUser[0].id]);
defaultMaps.push(['de_vertigo', 'Vertigo', curUser[0].id]);
sql = "INSERT INTO map_list (map_name, map_display_name, user_id) VALUES ?";
Expand All @@ -112,7 +112,7 @@ async function returnStrategy(identifier, profile, done) {
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_overpass', 'Overpass', curUser[0].id]);
defaultMaps.push(['de_dust2', 'Dust II', curUser[0].id]);
defaultMaps.push(['de_anubis', 'Anubis', curUser[0].id]);
defaultMaps.push(['de_vertigo', 'Vertigo', curUser[0].id]);
sql = "INSERT INTO map_list (map_name, map_display_name, user_id) VALUES ?";
Expand Down Expand Up @@ -228,7 +228,7 @@ 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_overpass', 'Overpass', curUser[0].id]);
defaultMaps.push(['de_dust2', 'Dust II', curUser[0].id]);
defaultMaps.push(['de_anubis', 'Anubis', curUser[0].id]);
defaultMaps.push(['de_vertigo', 'Vertigo', curUser[0].id]);
sql = "INSERT INTO map_list (map_name, map_display_name, user_id) VALUES ?";
Expand Down

0 comments on commit 1996182

Please sign in to comment.