Skip to content

Commit

Permalink
Merge pull request #12 from LotJ/nield/galaxy-map-fix-2
Browse files Browse the repository at this point in the history
Fix galaxy map for imms
  • Loading branch information
rengawm committed Jan 20, 2024
2 parents 2f540f9 + 56aa040 commit 0d1e5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"package": "lotj-ui",
"version": "v2.3.1"
"version": "v2.3.3"
}
2 changes: 1 addition & 1 deletion src/aliases/galaxy-map/gmap-refresh.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lotj.galaxyMap.resetData()

enableTrigger("galaxy-map-refresh")
send("starsystems", false)
send("starsystems all", false)
send("planets", false)

0 comments on commit 0d1e5f7

Please sign in to comment.