create instead of from

This commit is contained in:
ajgeiss0702
2021-07-23 11:57:53 -05:00
parent 696e7c126d
commit 6e53584261
@@ -77,7 +77,7 @@ public class VelocityQueue {
CommandManager commandManager = proxyServer.getCommandManager();
proxyServer.getChannelRegistrar().register(MinecraftChannelIdentifier.from("ajqueue:tospigot"));
proxyServer.getChannelRegistrar().register(MinecraftChannelIdentifier.create("ajqueue", "tospigot"));
proxyServer.getChannelRegistrar().register(MinecraftChannelIdentifier.from("ajqueue:toproxy"));