Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Update map pool (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
justMemo authored and timche committed May 15, 2023
1 parent 56b445c commit bc2dd31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions src/content/helpers/maps.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
/* eslint-disable camelcase */
export default {
csgo: {
de_ancient: 'Ancient',
de_anubis: 'Anubis',
de_dust2: 'Dust2',
de_mirage: 'Mirage',
de_overpass: 'Overpass',
de_inferno: 'Inferno',
de_mirage: 'Mirage',
de_nuke: 'Nuke',
de_cache: 'Cache',
de_train: 'Train',
de_vertigo: 'Vertigo',
de_ancient: 'Ancient'
de_overpass: 'Overpass',
de_vertigo: 'Vertigo'
}
}
/* eslint-enable camelcase */
8 changes: 4 additions & 4 deletions src/shared/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export const MATCH_ROOM_VETO_LOCATION_REGIONS = Object.keys(
)

export const MATCH_ROOM_VETO_MAP_ITEMS = [
'de_ancient',
'de_anubis',
'de_dust2',
'de_mirage',
'de_overpass',
'de_inferno',
'de_mirage',
'de_nuke',
'de_ancient',
'de_train',
'de_overpass',
'de_vertigo'
]

Expand Down

0 comments on commit bc2dd31

Please sign in to comment.