Skip to content

Commit

Permalink
Fix callback command not working (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
riku6460 authored Dec 1, 2024
1 parent 9cfcfcf commit a33f2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void start() {
commandManager.metaBuilder(callbackCommand)
.plugin(VelocityVirtualPlugin.INSTANCE)
.build(),
velocityParentCommand
callbackCommand
);
final BrigadierCommand serverCommand = ServerCommand.create(this);
commandManager.register(
Expand Down

0 comments on commit a33f2d1

Please sign in to comment.