Fix weird colouring

This commit is contained in:
Keir Nellyer 2016-08-19 17:26:08 +01:00
parent eabaa1e68a
commit 6367321315

View File

@ -235,7 +235,7 @@ public class ReportManager
// TODO: send these after punishment has been decided (requires new punish gui)
reportCloser.sendMessage(
F.main(prefix, C.cGreen + "Report marked as: "
F.main(prefix, "Report marked as: "
+ C.cGold + reportResult.getType().getName()));
reportCloser.sendMessage(F.main(prefix, "Reason: " + F.elem(reason)));