Skip to content

Commit

Permalink
waypoint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jun 17, 2024
1 parent 6fd26fd commit c043458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/journeymap.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class Journeymap {
const hellTranslate = this.currentDim === "minecraft:the_nether"
const coords = translateCoords(waypoint.x + 0.5, waypoint.z + 0.5, hellTranslate)

const masked = waypoint.icon.resourceLocation.namespace.startsWith("journeymap") || waypoint.icon.color !== -1
const masked = waypoint.icon.resourceLocation.startsWith("journeymap") || waypoint.icon.color !== -1

let color

Expand Down

0 comments on commit c043458

Please sign in to comment.