CortexPE / Hierarchy

[WIP] It's time to ditch PurePerms and PureChat. // Innovative role-based permission management system
GNU Affero General Public License v3.0
61 stars 11 forks source link

Role->getMembers() on default role always returns empty list #1

Closed CortexPE closed 5 years ago

CortexPE commented 5 years ago

Probably Cause:

The default role is NOT added upon player join, the permissions are simply added without adding it properly. This causes it to NOT get bounded to the role, which makes the role seemingly have no members at all.

The Fix:

Add the default role properly and not bypass everything else.