Added msg to the /report command to mention /undoreport
This commit is contained in:
@@ -144,7 +144,7 @@ public class Reports implements Module
|
|||||||
+ player.getLocation().getBlockZ() + ";" + player.getLocation().getWorld().getName();
|
+ player.getLocation().getBlockZ() + ";" + player.getLocation().getWorld().getName();
|
||||||
report.put("location", loc);
|
report.put("location", loc);
|
||||||
reports.add(report);
|
reports.add(report);
|
||||||
getLogger().message(sender, "Report created!");
|
getLogger().message(sender, "Report created! Use &e/undoreport to retract the report.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user