mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +00:00
Register channel for plugin message system
The plugin message system can't work if the listened channel isn't registered.
This commit is contained in:
parent
93744f937e
commit
b18906ff9d
@ -262,6 +262,7 @@ public final class RedisBungee extends Plugin implements Listener {
|
|||||||
}
|
}
|
||||||
}, 1, 5, TimeUnit.MINUTES);
|
}, 1, 5, TimeUnit.MINUTES);
|
||||||
}
|
}
|
||||||
|
ProxyServer.getInstance().registerChannel("RedisBungee");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user