Correct menu color, see c7ed68e99f

This commit is contained in:
PikaMug 2020-01-24 18:10:29 -05:00
parent 3152c5634e
commit c3708755cb

View File

@ -523,9 +523,9 @@ public class RequirementsPrompt extends NumericPrompt {
return ChatColor.YELLOW + Lang.get("reqSetRemoveItems"); return ChatColor.YELLOW + Lang.get("reqSetRemoveItems");
} }
case 3: case 3:
return ChatColor.YELLOW + Lang.get("clear"); return ChatColor.RED + Lang.get("clear");
case 4: case 4:
return ChatColor.RED + Lang.get("done"); return ChatColor.GREEN + Lang.get("done");
default: default:
return null; return null;
} }