mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-09 00:20:26 +00:00
Merge pull request #58 from skyslience/master
update the pom lib version and fix a loop error
This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user