mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
this has to be false, if absent
This commit is contained in:
parent
830077282d
commit
11e867730c
@ -693,7 +693,7 @@ public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player> {
|
|||||||
if (playerProxied == null)
|
if (playerProxied == null)
|
||||||
continue; // We'll deal with it later.
|
continue; // We'll deal with it later.
|
||||||
|
|
||||||
VelocityPlayerUtils.createPlayer(playerProxied, pipeline, true);
|
VelocityPlayerUtils.createPlayer(playerProxied, pipeline, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
pipeline.sync();
|
pipeline.sync();
|
||||||
@ -754,7 +754,7 @@ public class RedisBungeeVelocityPlugin implements RedisBungeePlugin<Player> {
|
|||||||
if (playerProxied == null)
|
if (playerProxied == null)
|
||||||
continue; // We'll deal with it later.
|
continue; // We'll deal with it later.
|
||||||
|
|
||||||
VelocityPlayerUtils.createPlayer(playerProxied, jedisCluster, true);
|
VelocityPlayerUtils.createPlayer(playerProxied, jedisCluster, false);
|
||||||
}
|
}
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
getLogger().error("Unable to fix up stored player data", e);
|
getLogger().error("Unable to fix up stored player data", e);
|
||||||
|
Loading…
Reference in New Issue
Block a user