From 7080dca1400653fab37acd89b7d1be202de1661b Mon Sep 17 00:00:00 2001 From: filoghost Date: Mon, 10 Nov 2014 14:22:50 +0100 Subject: [PATCH] Remove empty constructor. --- .../src/com/gmail/filoghost/holograms/bungee/BungeeChannel.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/HolographicDisplays/src/com/gmail/filoghost/holograms/bungee/BungeeChannel.java b/HolographicDisplays/src/com/gmail/filoghost/holograms/bungee/BungeeChannel.java index 951c71cc..3da8df95 100644 --- a/HolographicDisplays/src/com/gmail/filoghost/holograms/bungee/BungeeChannel.java +++ b/HolographicDisplays/src/com/gmail/filoghost/holograms/bungee/BungeeChannel.java @@ -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");