Remove empty constructor.

This commit is contained in:
filoghost 2014-11-10 14:22:50 +01:00
parent 7cebf8d7fc
commit 7080dca140

View File

@ -18,8 +18,6 @@ public class BungeeChannel implements PluginMessageListener {
private static BungeeChannel instance;
private BungeeChannel() { }
private static void initialize() {
instance = new BungeeChannel();
Bukkit.getMessenger().registerOutgoingPluginChannel(HolographicDisplays.getInstance(), "BungeeCord");