Archived
0

(Along with previous commit) Added /undoreport

This commit is contained in:
Minenash
2018-11-09 20:26:11 -05:00
parent 096739aaf5
commit 4cd6e08962
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ command report {
} }
} }
command undoreport { command undoreport {
alias retractreport;
[empty] { [empty] {
run report_retract; run report_retract;
help Retracts the last report you sent.; help Retracts the last report you sent.;

View File

@@ -164,7 +164,7 @@ public class Reports implements Module
} }
if (lastReport == null) { if (lastReport == null) {
getLogger().message(sender, true, "You haven't submitted a report"); getLogger().message(sender, true, "You haven't submitted a report.");
return; return;
} }