Fix callback command not working (#1464)
Broken in 2016d1482f (diff-1217e64751ab6522195a858620cceeb4f2d2b6506c36dd4e396726ad3e7ef0cb)
This commit is contained in:
@@ -253,7 +253,7 @@ public class VelocityServer implements ProxyServer, ForwardingAudience {
|
|||||||
commandManager.metaBuilder(callbackCommand)
|
commandManager.metaBuilder(callbackCommand)
|
||||||
.plugin(VelocityVirtualPlugin.INSTANCE)
|
.plugin(VelocityVirtualPlugin.INSTANCE)
|
||||||
.build(),
|
.build(),
|
||||||
velocityParentCommand
|
callbackCommand
|
||||||
);
|
);
|
||||||
final BrigadierCommand serverCommand = ServerCommand.create(this);
|
final BrigadierCommand serverCommand = ServerCommand.create(this);
|
||||||
commandManager.register(
|
commandManager.register(
|
||||||
|
Reference in New Issue
Block a user