mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-06 16:37:39 +01:00
Fix small error in Edit Rewards prompt
This commit is contained in:
parent
01cad69706
commit
031af51829
@ -118,7 +118,7 @@ public class RewardsPrompt extends FixedSetPrompt {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
text += ChatColor.GRAY + "8 - " + Lang.get("rewSetHeroes") + " (" + Lang.get("rewNoHeroes") + ")\n";
|
text += ChatColor.GRAY + "8 - " + Lang.get("rewSetHeroes") + " (" + Lang.get("reqNoHeroes") + ")\n";
|
||||||
}
|
}
|
||||||
if (Quests.phatLoots != null) {
|
if (Quests.phatLoots != null) {
|
||||||
if (context.getSessionData(CK.REW_PHAT_LOOTS) == null) {
|
if (context.getSessionData(CK.REW_PHAT_LOOTS) == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user