2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-27 19:08:02 +00:00

Fix inconsistency here

This commit is contained in:
Tux 2014-06-04 13:15:25 -04:00
parent 14c2f95a94
commit 484d0bc46b

View File

@ -96,7 +96,7 @@ public class RedisBungeeListener implements Listener {
switch (subchannel) {
case "PlayerList":
out.writeUTF("Players");
out.writeUTF("PlayerList");
Set<UUID> original = Collections.emptySet();
type = in.readUTF();
if (type.equals("ALL")) {