diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ui/ReportCategoryButton.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ui/ReportCategoryButton.java index e7294fd3b..793215529 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ui/ReportCategoryButton.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ui/ReportCategoryButton.java @@ -29,14 +29,14 @@ public class ReportCategoryButton extends SimpleGuiItem ItemStack itemChatAbuse = new ItemBuilder(Material.INK_SACK) .setData((short) 11) - .setTitle(C.cDAquaB + "Chat Abuse") + .setTitle(C.cYellowB + "Chat Abuse") .addLore(C.cGray + "Verbal Abuse, Spam, Harassment, Trolling, etc") .build(); put(ReportCategory.CHAT_ABUSE, itemChatAbuse); ItemStack itemGameplay = new ItemBuilder(Material.INK_SACK) .setData((short) 2) - .setTitle("Gameplay") + .setTitle(C.cGreenB + "Gameplay") .addLore(C.cGray + "Map and Bug Exploits") .build(); put(ReportCategory.GAMEPLAY, itemGameplay);