Update CmdExecuter.java

This commit is contained in:
Jkobs 2022-11-10 19:13:54 +01:00
parent 73d574adef
commit a15d667244
1 changed files with 12 additions and 13 deletions

View File

@ -57,7 +57,6 @@ public class CmdExecuter implements CommandExecutor, TabCompleter {
}
}
});
break;
case "deleteReportLog":
if (args.length != 3) {