Archived
0

Added msg to the /report command to mention /undoreport

This commit is contained in:
Minenash
2018-11-09 22:34:40 -05:00
parent fb742b7efc
commit b266db6098

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!");
getLogger().message(sender, "Report created! Use &e/undoreport to retract the report.");
}