fix: initialise plugin instance
This commit is contained in:
parent
6331603594
commit
d1f9fba884
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ public class NickoBungee extends Plugin {
|
|||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
plugin = this;
|
||||
|
||||
getLogger().info("Registering channels...");
|
||||
getProxy().registerChannel(NICKO_PLUGIN_CHANNEL_FETCH);
|
||||
getProxy().registerChannel(NICKO_PLUGIN_CHANNEL_UPDATE);
|
||||
|
|
Loading…
Reference in a new issue