We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b422080 commit 41751f3Copy full SHA for 41751f3
Towny/src/main/java/com/palmergames/bukkit/towny/huds/MapHUD.java
@@ -81,7 +81,7 @@ public static void updateMap(Player player, WorldCoord wc) {
81
}
82
83
TownBlock tb = wc.getTownBlockOrNull();
84
- sbComponents.add(miniMessage(DARK_GREEN + translator.of("town_sing") + ": "
+ sbComponents.add(miniMessage(DARK_GREEN + translator.of("town_sing") + ": " + GREEN
85
+ (tb != null && tb.hasTown() ? tb.getTownOrNull().getName() : translator.of("status_no_town"))));
86
if (tb != null) {
87
sbComponents.add(getOwnerName(tb, translator));
0 commit comments