geforkt von Mirrors/Velocity
Fix callback command not working (#1464)
Broken in 2016d1482f (diff-1217e64751ab6522195a858620cceeb4f2d2b6506c36dd4e396726ad3e7ef0cb)
Dieser Commit ist enthalten in:
Ursprung
9cfcfcf2ed
Commit
a33f2d1af5
@ -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(
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren