Re-word from "hacking" to "guilty" so that button is applicable for both types of reports
This commit is contained in:
parent
ad17c620b7
commit
fe06fba406
@ -26,7 +26,7 @@ public class ReportResultButton extends SimpleGuiItem
|
||||
ItemStack itemAccept = new ItemBuilder(Material.WOOL)
|
||||
.setData(DyeColor.GREEN.getData())
|
||||
.setTitle(C.cGreen + "Accept Report")
|
||||
.addLore("%suspect% is cheating without a doubt.")
|
||||
.addLore("%suspect% is guilty without a doubt.")
|
||||
.build();
|
||||
put(ReportResultType.ACCEPTED, itemAccept);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user