Skip to content

Commit

Permalink
feat: 修复权限加载
Browse files Browse the repository at this point in the history
  • Loading branch information
huanmeng-qwq committed Oct 20, 2024
1 parent ef7f21c commit cc541b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public void load() {
permissionSaved.getPermissions().forEach((perms, v) -> {
addAttachment(client.getInternalPlugin(), perms, v);
});
this.loading = false;
}
this.loading = false;
}

@Override
Expand Down

0 comments on commit cc541b3

Please sign in to comment.