Skip to content

Commit

Permalink
Merge pull request #15 from v4Guard/develop
Browse files Browse the repository at this point in the history
v4Guard Plugin v1.1.3b Cleanup
  • Loading branch information
samfces authored Oct 14, 2022
2 parents 17ed9a0 + 4b23ceb commit 2b7b7e3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import io.v4guard.plugin.core.accounts.auth.Authentication;
import io.v4guard.plugin.core.accounts.messaging.MessageReceiver;
import io.v4guard.plugin.core.v4GuardCore;
import net.md_5.bungee.api.ProxyServer;
import net.md_5.bungee.api.event.PluginMessageEvent;
import net.md_5.bungee.api.plugin.Listener;
import net.md_5.bungee.api.plugin.Plugin;
Expand All @@ -21,9 +20,6 @@ public BungeeMessageReceiver(Plugin plugin) {
if(!MessageReceiver.CHANNEL.equals("BungeeCord")) {
plugin.getProxy().registerChannel(MessageReceiver.CHANNEL);
}
for(String s : ProxyServer.getInstance().getChannels()) {
System.out.println(s);
}
}

@EventHandler
Expand Down

0 comments on commit 2b7b7e3

Please sign in to comment.