2
0
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:
Tux
2015-10-03 23:45:34 -04:00
parent 4e09efe801
commit cd3f5f1b7e
3 changed files with 18 additions and 9 deletions

View File

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