this has to be false, if absent

This commit is contained in:
mohammed jasem alaajel 2022-07-23 10:31:12 +04:00
parent 830077282d
commit 11e867730c
1 changed files with 2 additions and 2 deletions

View File

@ -693,7 +693,7 @@ public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player> {
if (playerProxied == null)
continue; // We'll deal with it later.
VelocityPlayerUtils.createPlayer(playerProxied, pipeline, true);
VelocityPlayerUtils.createPlayer(playerProxied, pipeline, false);
}
pipeline.sync();
@ -754,7 +754,7 @@ public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player> {
if (playerProxied == null)
continue; // We'll deal with it later.
VelocityPlayerUtils.createPlayer(playerProxied, jedisCluster, true);
VelocityPlayerUtils.createPlayer(playerProxied, jedisCluster, false);
}
} catch (Throwable e) {
getLogger().error("Unable to fix up stored player data", e);