Correct order of mcMMO requirement

This commit is contained in:
HappyPikachu 2018-03-06 17:24:59 -05:00
parent 6f8d39ffc5
commit a796bd4be6

View File

@ -108,7 +108,7 @@ public class RequirementsPrompt extends FixedSetPrompt {
}
}
} else {
text += ChatColor.GRAY + "6 - " + Lang.get("reqSetMcMMO") + " (" + Lang.get("reqNoMcMMO") + ")\n";
text += ChatColor.GRAY + "7 - " + Lang.get("reqSetMcMMO") + " (" + Lang.get("reqNoMcMMO") + ")\n";
}
if (Quests.heroes != null) {
if (context.getSessionData(CK.REQ_HEROES_PRIMARY_CLASS) == null && context.getSessionData(CK.REQ_HEROES_SECONDARY_CLASS) == null) {