Skip to content

Commit

Permalink
add static getHandlerList to ShopOpenEvent (andrei1058#156)
Browse files Browse the repository at this point in the history
Bukkit gets mad if its not there
  • Loading branch information
ajgeiss0702 authored Dec 2, 2021
1 parent 780611f commit 9b099ab
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ public boolean isCancelled() {
public HandlerList getHandlers() {
return HANDLERS;
}

public static HandlerList getHandlerList() {
return HANDLERS;
}
}

0 comments on commit 9b099ab

Please sign in to comment.