Update internal permissions to match the new command layouts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user