mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +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) {
|
switch (subchannel) {
|
||||||
case "PlayerList":
|
case "PlayerList":
|
||||||
out.writeUTF("Players");
|
out.writeUTF("PlayerList");
|
||||||
Set<UUID> original = Collections.emptySet();
|
Set<UUID> original = Collections.emptySet();
|
||||||
type = in.readUTF();
|
type = in.readUTF();
|
||||||
if (type.equals("ALL")) {
|
if (type.equals("ALL")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user