Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jun 21, 2024
1 parent 2bb2120 commit 48d1e38
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/js/journeymap.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,16 +224,6 @@ class Journeymap {
}

const reverseHellTranslate = ((this.currentDim !== "minecraft:the_nether") && (waypoint.pos.primaryDimension === "minecraft:the_nether"))
console.log(reverseHellTranslate
+ " : " +
(this.currentDim !== "minecraft:the_nether")
+ " : " +
(waypoint.pos.primaryDimension === "minecraft:the_nether")
+ " : " +
this.currentDim
+ " : " +
waypoint.pos.primaryDimension)

const posX = waypoint.pos.x
const posZ = waypoint.pos.z

Expand Down

0 comments on commit 48d1e38

Please sign in to comment.