Shorten NMZ overlay text to prevent overlapping (#10241)

This commit is contained in:
winterdaze
2019-11-15 04:33:23 -05:00
committed by Tomas Slusny
parent f7d441fc1d
commit f837197823

View File

@@ -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()