2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-09 00:20:26 +00:00

update the pom lib version and fix a loop error

This commit is contained in:
skyslience
2018-06-12 23:13:47 +08:00
parent c94d5aeb4e
commit f2ffd7e94e
2 changed files with 6 additions and 6 deletions

View File

@@ -350,7 +350,7 @@ public final class RedisBungee extends Plugin {
Pipeline pipeline = tmpRsc.pipelined();
for (String player : absentLocally) {
for (String player : absentInRedis) {
// Player not online according to Redis but not BungeeCord.
getLogger().warning("Player " + player + " is on the proxy but not in Redis.");