This pull requests removes the unnecessary isOp() check used by the /tpll command. If no other permissions-system is present, it is already available only to OPs. But of you use a mod with a permissions-system that makes use of the terra121.commands.tpll permission node, the isOp() check just "blocks" things and makes the permission node mostly unusable.
This pull requests removes the unnecessary isOp() check used by the /tpll command. If no other permissions-system is present, it is already available only to OPs. But of you use a mod with a permissions-system that makes use of the
terra121.commands.tpll
permission node, the isOp() check just "blocks" things and makes the permission node mostly unusable.