mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
fix order
This commit is contained in:
parent
b811a574fd
commit
6ed8a0df93
@ -267,8 +267,8 @@ public final class RedisBungee extends Plugin {
|
||||
getLogger().info("Looks like you have a really big UUID cache! Run https://www.spigotmc.org/resources/redisbungeecleaner.8505/ as soon as possible.");
|
||||
}
|
||||
}
|
||||
playerCount = getCurrentCount();
|
||||
serverIds = getCurrentServerIds(true, false);
|
||||
playerCount = getCurrentCount();
|
||||
uuidTranslator = new UUIDTranslator(this);
|
||||
heartbeatTask = getProxy().getScheduler().schedule(this, new Runnable() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user