PC-874 Show label for report closure reason when closing a report

This commit is contained in:
Keir Nellyer 2016-07-29 12:56:14 +01:00
parent 5dd35d45c4
commit 9c76fec54e

View File

@ -227,7 +227,7 @@ public class ReportManager
reportCloser.sendMessage(
F.main(prefix, C.cGreen + "Report marked as: "
+ C.cGold + reportResult.getType().getName()));
reportCloser.sendMessage(F.main(prefix, C.cGold + reason));
reportCloser.sendMessage(F.main(prefix, "Reason: " + F.elem(reason)));
getUUIDs(report.getReporterIds()).thenAccept(ids ->
{