Update CmdExecuter.java
This commit is contained in:
parent
eb466f0df1
commit
855b0ee3cd
@ -99,6 +99,7 @@ public class CmdExecuter implements CommandExecutor, TabCompleter {
|
|||||||
if (sender.hasPermission("t2code.admin")) {
|
if (sender.hasPermission("t2code.admin")) {
|
||||||
if (hasPermission(p, arg1.get("debug")) && passend("debug", args[1])) {
|
if (hasPermission(p, arg1.get("debug")) && passend("debug", args[1])) {
|
||||||
list.add("createReportLog");
|
list.add("createReportLog");
|
||||||
|
list.add("deleteReportLog");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return list;
|
return list;
|
||||||
|
Loading…
Reference in New Issue
Block a user