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 18, 2024
2 parents 86cc6db + 88159f3 commit facdea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,6 @@ Huge thanks to those who donated! 😄
*If I missed you, or you would like to remain anonymous, feel free to shoot me a DM on Discord)*

- Demeng ($50)
- creatorfromhell ($10)
- Azoraqua ($10)
- Bed-dev ($6)
2 changes: 1 addition & 1 deletion common/src/main/java/revxrsal/commands/Lamp.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public SuggestionProvider<A> findNextSuggestionProvider(Type type, AnnotationLis
OrphanRegistry registry = (OrphanRegistry) instance;
commandClass = registry.handler().getClass();
instance = registry.handler();
return tree.register(commandClass, instance, registry.paths());
registered.addAll(tree.register(commandClass, instance, registry.paths()));
}

registered.addAll(tree.register(commandClass, instance));
Expand Down

0 comments on commit facdea1

Please sign in to comment.