diff --git a/pom.xml b/pom.xml index 4471ae1..1f319cf 100644 --- a/pom.xml +++ b/pom.xml @@ -98,32 +98,32 @@ redis.clients jedis - 2.8.0 + 2.9.0 compile org.apache.commons commons-pool2 - 2.4.2 + 2.5.0 compile net.md-5 bungeecord-api - 1.8-SNAPSHOT + 1.12-SNAPSHOT jar provided org.projectlombok lombok - 1.12.2 + 1.16.16 provided com.squareup.okhttp okhttp - 2.2.0 + 2.7.5 compile diff --git a/src/main/java/com/imaginarycode/minecraft/redisbungee/RedisBungee.java b/src/main/java/com/imaginarycode/minecraft/redisbungee/RedisBungee.java index c1968c8..4060754 100644 --- a/src/main/java/com/imaginarycode/minecraft/redisbungee/RedisBungee.java +++ b/src/main/java/com/imaginarycode/minecraft/redisbungee/RedisBungee.java @@ -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.");