Skip to content

Commit

Permalink
Merge pull request #364 from CactusPuppy/map-variant-id-fix
Browse files Browse the repository at this point in the history
fix: update Ecopoint Antarctica map variant ID
  • Loading branch information
CactusPuppy authored Apr 18, 2024
2 parents abc9d4a + 43101ea commit 9bb747f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions VS Code Extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VS Code Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/Zezombye/overpy"
},
"description": "High-level language for the Overwatch Workshop, with decompilation and compilation.",
"version": "7.2.0",
"version": "7.2.1",
"readme": "README.md",
"engines": {
"vscode": "^1.63.0"
Expand Down
2 changes: 1 addition & 1 deletion src/data/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ const mapKw =
"tdm"
],
"variants": {
"default": "972777519512063901"
"default": "972777519512068154"
},
"isSymmetrical": true,
"symmetryAxis": {
Expand Down

0 comments on commit 9bb747f

Please sign in to comment.