Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jan 30, 2025
1 parent dfc7c32 commit 616722c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public SessionLoadResourcePacksEvent(@NonNull GeyserConnection connection) {
*
* @param uuid the resource pack uuid to register the options for
* @param options the options to register for the pack
* @throws IllegalArgumentException if the pack is not registered
* @throws ResourcePackException if an issue occurred during resource pack option registration
*/
public abstract void registerOptions(@NonNull UUID uuid, @NonNull ResourcePackOption<?>... options);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public abstract class GeyserDefineResourcePacksEvent implements Event {
*
* @param uuid the resource pack uuid to register the options for
* @param options the options to register for the pack
* @throws IllegalArgumentException if the pack is not registered
* @throws ResourcePackException if an issue occurred during resource pack option registration
*/
public abstract void registerOptions(@NonNull UUID uuid, @NonNull ResourcePackOption<?>... options);
Expand Down

0 comments on commit 616722c

Please sign in to comment.