Skip to content

Commit

Permalink
Update presets to match active duty map pool
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Aug 3, 2024
1 parent d6491ab commit a4a53b3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions backend/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const DEFAULT_PRESETS: IPreset[] = [
mapPool: [
'de_ancient',
'de_anubis',
'de_dust2',
'de_inferno',
'de_mirage',
'de_nuke',
'de_overpass',
'de_vertigo',
],
electionSteps: [
Expand Down Expand Up @@ -106,7 +106,14 @@ const DEFAULT_PRESETS: IPreset[] = [
advantage: 0,
},
gameServer: null,
mapPool: ['de_inferno', 'de_nuke', 'de_overpass', 'de_vertigo', 'de_memento', 'de_assembly'],
mapPool: [
'de_assembly',
'de_inferno',
'de_memento',
'de_nuke',
'de_overpass',
'de_vertigo',
],
electionSteps: [
{
map: {
Expand Down

0 comments on commit a4a53b3

Please sign in to comment.