mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-20 15:57:49 +01:00
Remove empty constructor.
This commit is contained in:
parent
7cebf8d7fc
commit
7080dca140
@ -18,8 +18,6 @@ public class BungeeChannel implements PluginMessageListener {
|
|||||||
|
|
||||||
private static BungeeChannel instance;
|
private static BungeeChannel instance;
|
||||||
|
|
||||||
private BungeeChannel() { }
|
|
||||||
|
|
||||||
private static void initialize() {
|
private static void initialize() {
|
||||||
instance = new BungeeChannel();
|
instance = new BungeeChannel();
|
||||||
Bukkit.getMessenger().registerOutgoingPluginChannel(HolographicDisplays.getInstance(), "BungeeCord");
|
Bukkit.getMessenger().registerOutgoingPluginChannel(HolographicDisplays.getInstance(), "BungeeCord");
|
||||||
|
Loading…
Reference in New Issue
Block a user