Skip to content

Commit

Permalink
Merge pull request #111 from SkytAsul/patch-1
Browse files Browse the repository at this point in the history
Fix wrong method name in BukkitLampConfig.Builder
  • Loading branch information
Revxrsal authored Oct 8, 2024
2 parents 3619d36 + 356284d commit 84613ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static class Builder<A extends BukkitCommandActor> {
*
* @return This builder
*/
public @NotNull Builder<A> fallbackPrefix(@NotNull BukkitAudiences audiences) {
public @NotNull Builder<A> audiences(@NotNull BukkitAudiences audiences) {
this.audiences = Optional.of(audiences);
return this;
}
Expand Down

0 comments on commit 84613ef

Please sign in to comment.