2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

Make sure to run LoginEvent Last fixes #48

This commit is contained in:
2022-09-14 08:09:43 +04:00
parent a51ff98909
commit 74ed18e9b3
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ public class RedisBungeeVelocityListener extends AbstractRedisBungeeListener<Log
super(plugin, exemptAddresses);
}
@Subscribe
@Subscribe (order = PostOrder.LAST)
public void onLogin(LoginEvent event, Continuation continuation) {
plugin.executeAsync(new RedisTask<Void>(plugin) {
@Override