Skip to content

Commit

Permalink
Add missing getHandlerList() to McMMOEntityDamageByRuptureEvent fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Feb 20, 2024
1 parent aa65be0 commit c358c8c
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -54,4 +54,8 @@ public void setCancelled(boolean cancel) {
public HandlerList getHandlers() {
return handlers;
}

public static @NotNull HandlerList getHandlerList() {
return handlers;
}
}

0 comments on commit c358c8c

Please sign in to comment.