Fix inconsistency here

This commit is contained in:
Tux 2014-06-04 13:15:25 -04:00
parent 14c2f95a94
commit 484d0bc46b
1 changed files with 1 additions and 1 deletions

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")) {