mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-24 18:18:20 +01:00
Correct menu color, see c7ed68e99f
This commit is contained in:
parent
3152c5634e
commit
c3708755cb
@ -523,9 +523,9 @@ public class RequirementsPrompt extends NumericPrompt {
|
||||
return ChatColor.YELLOW + Lang.get("reqSetRemoveItems");
|
||||
}
|
||||
case 3:
|
||||
return ChatColor.YELLOW + Lang.get("clear");
|
||||
return ChatColor.RED + Lang.get("clear");
|
||||
case 4:
|
||||
return ChatColor.RED + Lang.get("done");
|
||||
return ChatColor.GREEN + Lang.get("done");
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user