Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkerr authored Jan 25, 2024
1 parent 8ac82f4 commit 6d86c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public static StatusScreen getStatus(Nation nation, CommandSender sender) {
.append(translator.component("status_hover_click_for_more"))),
ClickEvent.runCommand("/towny:nation enemylist " + nation.getName()));

// Sanctioned Towns [3]: Prague, Berlin, Vienna
// [Sanctioned Towns] with hover showing Sanctioned Towns [3]: Prague, Berlin, Vienna
List<String> sanctionedTowns = getFormattedNames(nation.getSanctionedTowns());
if (sanctionedTowns.size() > 10)
shortenOverLengthList(sanctionedTowns, 11, translator);
Expand Down

0 comments on commit 6d86c25

Please sign in to comment.