We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2120 commit 48d1e38Copy full SHA for 48d1e38
src/main/js/journeymap.js
@@ -224,16 +224,6 @@ class Journeymap {
224
}
225
226
const reverseHellTranslate = ((this.currentDim !== "minecraft:the_nether") && (waypoint.pos.primaryDimension === "minecraft:the_nether"))
227
- console.log(reverseHellTranslate
228
- + " : " +
229
- (this.currentDim !== "minecraft:the_nether")
230
231
- (waypoint.pos.primaryDimension === "minecraft:the_nether")
232
233
- this.currentDim
234
235
- waypoint.pos.primaryDimension)
236
-
237
const posX = waypoint.pos.x
238
const posZ = waypoint.pos.z
239
0 commit comments