Skip to content

Commit

Permalink
fix: event is missing the getHandlerList static method (#10)
Browse files Browse the repository at this point in the history
* fix: event is missing the getHandlerList static method

* bump 0.2.4

---------

Co-authored-by: Netherwhal <[email protected]>
  • Loading branch information
rexlManu and Netherwhal authored Feb 17, 2024
1 parent 2a1687c commit 48bbde8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.2.3'
version '0.2.4'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ public HandlerList getHandlers() {
return handlers;
}

public static HandlerList getHandlerList() {
return handlers;
}

}

0 comments on commit 48bbde8

Please sign in to comment.