mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-14 14:45:41 +01:00
Correct number color in requirements prompt
This commit is contained in:
parent
c9e686b1dd
commit
ac8ac8d9dc
@ -81,6 +81,7 @@ public class RequirementsPrompt extends NumericPrompt {
|
||||
return ChatColor.GRAY;
|
||||
}
|
||||
case 9:
|
||||
return ChatColor.BLUE;
|
||||
case 10:
|
||||
if (context.getSessionData(CK.REQ_MONEY) == null && context.getSessionData(CK.REQ_QUEST_POINTS) == null && context.getSessionData(CK.REQ_QUEST_BLOCK) == null
|
||||
&& context.getSessionData(CK.REQ_ITEMS) == null && context.getSessionData(CK.REQ_PERMISSION) == null && context.getSessionData(CK.REQ_QUEST) == null
|
||||
|
Loading…
Reference in New Issue
Block a user