Correct item rewards string in editor

This commit is contained in:
PikaMug 2019-10-10 01:08:21 -04:00
parent cfb3bf7d3d
commit c34342df25

View File

@ -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: