orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 42 forks source link

Removed unnecessary isOp() check #149

Open kid2407 opened 4 years ago

kid2407 commented 4 years ago

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.