Skip to content

Commit eb0c528

Browse files
committed
1.21.11 changes
1 parent 109143e commit eb0c528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release=1.1-SNAPSHOT
1+
release=1.2-SNAPSHOT

src/main/js/journeymap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Journeymap {
229229

230230
const coords = translateCoords(posX + 0.5, posZ + 0.5, reverseHellTranslate)
231231

232-
const masked = waypoint.icon.resourceLocation.startsWith("journeymap") || waypoint.icon.color !== null
232+
const masked = waypoint.icon.id.startsWith("journeymap") || waypoint.icon.color !== null
233233

234234
let color
235235

0 commit comments

Comments
 (0)