mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-07 15:40:26 +00:00
Better firing of network events when we need to resync.
This commit is contained in:
@@ -357,7 +357,7 @@ public final class RedisBungee extends Plugin {
|
||||
if (proxiedPlayer == null)
|
||||
continue; // We'll deal with it later.
|
||||
|
||||
RedisUtil.createPlayer(proxiedPlayer, pipeline);
|
||||
RedisUtil.createPlayer(proxiedPlayer, pipeline, true);
|
||||
}
|
||||
|
||||
pipeline.sync();
|
||||
|
||||
Reference in New Issue
Block a user