mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-25 18:48:15 +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");
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user