Update close report command syntax

This commit is contained in:
Keir Nellyer 2016-07-20 10:40:42 +01:00
parent 5c3f78b428
commit 856f91da24

View File

@ -68,8 +68,8 @@ public class ReportHandlerMessenger extends BukkitRunnable
jsonMessage = jsonMessage
.add(prefix + C.cAqua + "Close this report")
.hover(HoverEvent.SHOW_TEXT, C.cGray + "Usage: /reportclose <report-id> <reason>")
.click(ClickEvent.SUGGEST_COMMAND, "/reportclose " + reportId + " ")
.hover(HoverEvent.SHOW_TEXT, C.cGray + "Usage: /reportclose <reason>")
.click(ClickEvent.SUGGEST_COMMAND, "/reportclose ")
.add("\n");
new ReportHandlerNotification(_report, jsonMessage).publish();