This commit is contained in:
ajgeiss0702
2021-07-30 07:58:21 -07:00
parent 1c1430fd50
commit 7825bd650d
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ repositories {
}
allprojects {
version = "2.0.0-pre1"
version = "2.0.0-pre2"
group = "us.ajg0702"
tasks.withType<Test>().configureEach {
@@ -45,7 +45,7 @@ public class BungeeQueue extends Plugin implements Listener {
main.setServerBuilder(new BungeeServerBuilder(main, getProxy()));
getProxy().registerChannel("ajqueue:tospigot");
getProxy().registerChannel("ajqueue:tobungee");
getProxy().registerChannel("ajqueue:toproxy");
commands = Arrays.asList(
new QueueCommand(main),
@@ -85,7 +85,6 @@ public class BungeeQueue extends Plugin implements Listener {
@EventHandler
public void onPluginMessage(PluginMessageEvent e) {
if(e.getTag().equals("ajqueue:tospigot")) {
e.setCancelled(true);
return;