Skip to content

Commit

Permalink
fix: tab completion with legacy command manager
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
Machine-Maker committed May 29, 2024
1 parent b922aa5 commit e8fffa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public CommandManager<CommandDispatcher> command(final Command<? extends Command
}

if (manager.hasCapability(CloudBukkitCapabilities.NATIVE_BRIGADIER) || manager.hasCapability(CloudBukkitCapabilities.COMMODORE_BRIGADIER)) {
manager.registerBrigadier();
manager.registerLegacyPaperBrigadier();
}

minecraftExceptionHandler.registerTo(manager);
Expand Down

0 comments on commit e8fffa3

Please sign in to comment.