refactoring of command help

This commit is contained in:
Tobias Ottenweller 2012-05-16 23:17:13 +02:00
parent aa520bb36e
commit 2ee725dc21

View File

@ -23,7 +23,7 @@ public class CommandHelp extends BaseCommand
@Override
public boolean hasPermission(CommandSender sender)
{
return sender.hasPermission(permissionInfo) || sender.hasPermission(permissionManage);
return true;
}