Skip to content

Commit a33f2d1

Browse files
authored
1 parent 9cfcfcf commit a33f2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/src/main/java/com/velocitypowered/proxy/VelocityServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ void start() {
253253
commandManager.metaBuilder(callbackCommand)
254254
.plugin(VelocityVirtualPlugin.INSTANCE)
255255
.build(),
256-
velocityParentCommand
256+
callbackCommand
257257
);
258258
final BrigadierCommand serverCommand = ServerCommand.create(this);
259259
commandManager.register(

0 commit comments

Comments
 (0)