Skip to content

Commit

Permalink
implement core update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 17, 2021
1 parent 7eae5d3 commit ceef220
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,14 @@ else if (def.equals("__npc")) {
}
return false;
}

@Override
public String getTextColor() {
return ChatColor.WHITE.toString();
}

@Override
public String getEmphasisColor() {
return ChatColor.AQUA.toString();
}
}

0 comments on commit ceef220

Please sign in to comment.