Skip to content

Commit b88f9a9

Browse files
committed
fix: register outgoing BungeeCord plugin channel
1 parent cc306a3 commit b88f9a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/elchologamer/userlogin/UserLogin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public void onEnable() {
4646

4747
reloadPlugin();
4848

49+
getServer().getMessenger().registerOutgoingPluginChannel(this, "BungeeCord");
50+
4951
// Register FastLogin hook
5052
if (getServer().getPluginManager().isPluginEnabled("FastLogin")) {
5153
new FastLoginHook().register();

0 commit comments

Comments
 (0)