diff --git a/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java b/proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java index cecc440c9..8b5d4d3d7 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 @@ public class VelocityServer implements ProxyServer, ForwardingAudience { commandManager.metaBuilder(callbackCommand) .plugin(VelocityVirtualPlugin.INSTANCE) .build(), - velocityParentCommand + callbackCommand ); final BrigadierCommand serverCommand = ServerCommand.create(this); commandManager.register(