diff --git a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java index cecc440c9c..8b5d4d3d79 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java @@ -253,7 +253,7 @@ void start() { commandManager.metaBuilder(callbackCommand) .plugin(VelocityVirtualPlugin.INSTANCE) .build(), - velocityParentCommand + callbackCommand ); final BrigadierCommand serverCommand = ServerCommand.create(this); commandManager.register(