mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
Fix inconsistency here
This commit is contained in:
parent
14c2f95a94
commit
484d0bc46b
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user