Skip to content

Commit

Permalink
List a TODO item
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Mar 3, 2024
1 parent c0aed34 commit 1e1d96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private static void fillMarkerSetFromRegionFile(Logger logger, MarkerSet markerS
.position(blockEntity.getPosition())
.html(blockEntity.getFormattedHTML())
.styleClasses("sign")
.maxDistance(16)
.maxDistance(16) //TODO: Allow configuration
.build();

markerSet.put(blockEntity.createKey(), htmlMarker);
Expand Down

0 comments on commit 1e1d96a

Please sign in to comment.