mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
Correct item rewards string in editor
This commit is contained in:
parent
cfb3bf7d3d
commit
c34342df25
@ -102,7 +102,7 @@ public class RewardsPrompt extends NumericPrompt {
|
||||
case 2:
|
||||
return ChatColor.YELLOW + Lang.get("rewSetQuestPoints");
|
||||
case 3:
|
||||
return ChatColor.YELLOW + Lang.get("rewSetItem");
|
||||
return ChatColor.YELLOW + Lang.get("rewSetItems");
|
||||
case 4:
|
||||
return ChatColor.YELLOW + Lang.get("rewSetExperience");
|
||||
case 5:
|
||||
|
Loading…
Reference in New Issue
Block a user