Skip to content

Commit

Permalink
🐛EventManager fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSlover committed Jun 2, 2024
1 parent 5ab27d0 commit 1489446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void clearEvents() {
}

public void unregisterAll() {
this.testPlugin();
//this.testPlugin();
this.listeners.forEach(HandlerList::unregisterAll);
this.listeners.clear();
}
Expand Down

0 comments on commit 1489446

Please sign in to comment.