Shorten NMZ overlay text to prevent overlapping (#10241)
This commit is contained in:
@@ -111,7 +111,7 @@ class NightmareZoneOverlay extends Overlay
|
||||
.right(QuantityFormatter.formatNumber(currentPoints))
|
||||
.build());
|
||||
panelComponent.getChildren().add(LineComponent.builder()
|
||||
.left("Points/Hour: ")
|
||||
.left("Points/Hr: ")
|
||||
.right(QuantityFormatter.formatNumber(plugin.getPointsPerHour()))
|
||||
.build());
|
||||
panelComponent.getChildren().add(LineComponent.builder()
|
||||
|
||||
Reference in New Issue
Block a user