mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-13 22:25:50 +01:00
Adjust color of experience rewards closing bracket
This commit is contained in:
parent
e57a9c3626
commit
4a3ecb4248
@ -228,7 +228,7 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
|
|||||||
return ChatColor.GRAY + "(" + Lang.get("noneSet") + ")";
|
return ChatColor.GRAY + "(" + Lang.get("noneSet") + ")";
|
||||||
} else {
|
} else {
|
||||||
return ChatColor.GRAY + "(" + ChatColor.AQUA + context.getSessionData(CK.REW_EXP) + " "
|
return ChatColor.GRAY + "(" + ChatColor.AQUA + context.getSessionData(CK.REW_EXP) + " "
|
||||||
+ Lang.get("points") + ChatColor.DARK_GRAY + ")";
|
+ Lang.get("points") + ChatColor.GRAY + ")";
|
||||||
}
|
}
|
||||||
case 5:
|
case 5:
|
||||||
if (context.getSessionData(CK.REW_COMMAND) == null) {
|
if (context.getSessionData(CK.REW_COMMAND) == null) {
|
||||||
@ -312,7 +312,7 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
|
|||||||
return ChatColor.GRAY + "(" + Lang.get("noneSet") + ")";
|
return ChatColor.GRAY + "(" + Lang.get("noneSet") + ")";
|
||||||
} else {
|
} else {
|
||||||
return ChatColor.GRAY + "(" + ChatColor.AQUA + context.getSessionData(CK.REW_PARTIES_EXPERIENCE) + " "
|
return ChatColor.GRAY + "(" + ChatColor.AQUA + context.getSessionData(CK.REW_PARTIES_EXPERIENCE) + " "
|
||||||
+ Lang.get("points") + ChatColor.DARK_GRAY + ")";
|
+ Lang.get("points") + ChatColor.GRAY + ")";
|
||||||
}
|
}
|
||||||
case 10:
|
case 10:
|
||||||
if (plugin.getDependencies().getPhatLoots() != null) {
|
if (plugin.getDependencies().getPhatLoots() != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user