Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jun 17, 2024
1 parent 09aad6f commit dc44588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/js/journeymap.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,9 @@ class Journeymap {
}

const hellTranslate = this.currentDim === "minecraft:the_nether"

const posX = waypoint.pos.x;
const posZ = waypoint.pos.Z;
const posZ = waypoint.pos.z;
const coords = translateCoords(posX + 0.5, posZ + 0.5, hellTranslate)

const masked = waypoint.icon.resourceLocation.startsWith("journeymap") || waypoint.icon.color !== null
Expand Down

0 comments on commit dc44588

Please sign in to comment.