Skip to content

Commit

Permalink
add: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 10, 2024
1 parent e63935a commit bd12b22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public void onInitialize() {
// add event post user login
...

// TODO: force enable -> force disable

// will also be trigger if the player disconnect
LuckPermsUtil.getAPI().getEventBus().subscribe(UserDataRecalculateEvent.class, (event) -> {
log.warn("luckperms event {} -> player {}", event.getClass().getSimpleName(), event.getUser().getUsername());
Expand Down

0 comments on commit bd12b22

Please sign in to comment.