Adjust color of experience rewards closing bracket

This commit is contained in:
PikaMug 2021-02-13 19:34:56 -05:00
parent e57a9c3626
commit 4a3ecb4248

View File

@ -228,7 +228,7 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
return ChatColor.GRAY + "(" + Lang.get("noneSet") + ")";
} else {
return ChatColor.GRAY + "(" + ChatColor.AQUA + context.getSessionData(CK.REW_EXP) + " "
+ Lang.get("points") + ChatColor.DARK_GRAY + ")";
+ Lang.get("points") + ChatColor.GRAY + ")";
}
case 5:
if (context.getSessionData(CK.REW_COMMAND) == null) {
@ -312,7 +312,7 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
return ChatColor.GRAY + "(" + Lang.get("noneSet") + ")";
} else {
return ChatColor.GRAY + "(" + ChatColor.AQUA + context.getSessionData(CK.REW_PARTIES_EXPERIENCE) + " "
+ Lang.get("points") + ChatColor.DARK_GRAY + ")";
+ Lang.get("points") + ChatColor.GRAY + ")";
}
case 10:
if (plugin.getDependencies().getPhatLoots() != null) {