We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc306a3 commit b88f9a9Copy full SHA for b88f9a9
src/main/java/com/elchologamer/userlogin/UserLogin.java
@@ -46,6 +46,8 @@ public void onEnable() {
46
47
reloadPlugin();
48
49
+ getServer().getMessenger().registerOutgoingPluginChannel(this, "BungeeCord");
50
+
51
// Register FastLogin hook
52
if (getServer().getPluginManager().isPluginEnabled("FastLogin")) {
53
new FastLoginHook().register();
0 commit comments