Update CmdExecuter.java

This commit is contained in:
Jkobs 2022-11-10 19:03:56 +01:00
parent eb466f0df1
commit 855b0ee3cd
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public class CmdExecuter implements CommandExecutor, TabCompleter {
if (sender.hasPermission("t2code.admin")) {
if (hasPermission(p, arg1.get("debug")) && passend("debug", args[1])) {
list.add("createReportLog");
list.add("deleteReportLog");
}
}
return list;