Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v4' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Oct 10, 2024
2 parents d0e6e10 + 84613ef commit 7852873
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 7852873

Please sign in to comment.