Skip to content

Commit

Permalink
Changed color or title in chat when entering a nation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKah committed Feb 18, 2017
1 parent e2593c7 commit d9d2a4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void onPlayerMove(MoveEntityEvent event, @First Player player)
if (nation != null && !nation.isAdmin())
{
builder.append(Text.of(TextColors.GRAY, " - "));
builder.append(Text.of(DataHandler.getCitizenTitle(nation.getPresident()), " ", Utils.citizenClickable(TextColors.YELLOW, DataHandler.getPlayerName(nation.getPresident()))));
builder.append(Text.of(TextColors.YELLOW, DataHandler.getCitizenTitle(nation.getPresident()), " ", Utils.citizenClickable(TextColors.YELLOW, DataHandler.getPlayerName(nation.getPresident()))));
}
if (zone != null)
{
Expand Down

0 comments on commit d9d2a4e

Please sign in to comment.