Archived
0

Fixed color error in /report

This commit is contained in:
Minenash
2018-12-11 16:50:22 -05:00
parent e796856a1b
commit f8987f1185

View File

@@ -144,7 +144,7 @@ public class Reports implements Module
+ player.getLocation().getBlockZ() + ";" + player.getLocation().getWorld().getName();
report.put("location", loc);
reports.add(report);
getLogger().message(sender, "Report created! Use &e/undoreport to retract the report.");
getLogger().message(sender, "Report created! Use &e/undoreport&7 to retract the report.");
}