(Along with previous commit) Added /undoreport
This commit is contained in:
@@ -5,6 +5,7 @@ command report {
|
||||
}
|
||||
}
|
||||
command undoreport {
|
||||
alias retractreport;
|
||||
[empty] {
|
||||
run report_retract;
|
||||
help Retracts the last report you sent.;
|
||||
|
||||
@@ -164,7 +164,7 @@ public class Reports implements Module
|
||||
}
|
||||
|
||||
if (lastReport == null) {
|
||||
getLogger().message(sender, true, "You haven't submitted a report");
|
||||
getLogger().message(sender, true, "You haven't submitted a report.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user