Skip to content

Commit

Permalink
better text
Browse files Browse the repository at this point in the history
  • Loading branch information
valoeghese committed Dec 18, 2021
1 parent 2a8e167 commit 14a75b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public void showPOIWidget() {
if (this.currentKingdom != null) {
String text = switch (this.lastPOI) {
case KINGDOM -> this.currentKingdom.toString();
case CITY -> "City of " + this.currentKingdom.getName();
case CITY -> this.currentKingdom.getName() + " City";
default -> "Missingno";
};

Expand Down

0 comments on commit 14a75b0

Please sign in to comment.