fix order

This commit is contained in:
Tux 2015-11-15 11:53:30 -05:00
parent b811a574fd
commit 6ed8a0df93
1 changed files with 1 additions and 1 deletions

View File

@ -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