lucko / helper

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
MIT License
456 stars 87 forks source link

Check for description null instead of permission. #72

Closed DynamicField closed 4 years ago

DynamicField commented 4 years ago

This just fixes an issue where it checks for the permission field to not be null instead of the actual description parameter. Basically if you didn't set up a permission before setting a description, it throws!

lucko commented 4 years ago

Thanks!