Skip to content

Commit

Permalink
Fix the naming of the map (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera authored Oct 5, 2023
1 parent a0ca06b commit c7d3dfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/coh3/coh3-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,14 @@ const maps: { [key: string]: { name: string; url: string } } = {
name: "Gardens",
url: "/icons/maps/gardens.webp",
},
rural_town_2p_mkii: {
pachino_2p: {
name: "Pachino Stalemate",
url: "/icons/maps/pachino_farmlands_mkii.webp",
},
rural_town_2p_mkii: {
name: "Pachino Farmlands",
url: "/icons/maps/pachino_farmlands_mkii.webp",
},
monte_cavo_8p: {
name: "Monte Cavo",
url: "/icons/maps/monte_cavo_8p.webp",
Expand Down

0 comments on commit c7d3dfe

Please sign in to comment.