Update internal permissions to match the new command layouts

This commit is contained in:
Luck
2016-10-19 20:14:16 +01:00
Unverified
parent c66a01c1a6
commit ce3d7829d7
29 changed files with 228 additions and 157 deletions
@@ -200,7 +200,9 @@ public class LPSpongePlugin implements LuckPermsPlugin {
}
for (Permission perm : Permission.values()) {
registerPermission(p, perm.getNode());
for (String node : perm.getNodes()) {
registerPermission(p, node);
}
}
}