Skip to content

Commit

Permalink
fix: Fix Dynmap marker name not being encoded for HTML #901
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Sep 16, 2024
1 parent e6832b3 commit d0b81e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static String getMarkerId(Waystone waystone) {
public static Marker createWaystoneMarker(MarkerSet markerSet, Waystone waystone) {
return markerSet.createMarker(getMarkerId(waystone),
waystone.getName().getString(),
true,
false,
waystone.getDimension().location().toString(),
waystone.getPos().getX(),
waystone.getPos().getY(),
Expand Down

0 comments on commit d0b81e4

Please sign in to comment.