2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

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

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);