refactoring of command help
This commit is contained in:
parent
aa520bb36e
commit
2ee725dc21
@ -23,7 +23,7 @@ public class CommandHelp extends BaseCommand
|
|||||||
@Override
|
@Override
|
||||||
public boolean hasPermission(CommandSender sender)
|
public boolean hasPermission(CommandSender sender)
|
||||||
{
|
{
|
||||||
return sender.hasPermission(permissionInfo) || sender.hasPermission(permissionManage);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user