(Along with previous commit) Added /undoreport
This commit is contained in:
@@ -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.;
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user