mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
Fixing 1.14.2 issue
1.14.2 seems to require registerChannel in all lowercase.
This commit is contained in:
parent
429ed39160
commit
7931a2f68b
@ -368,7 +368,7 @@ public final class RedisBungee extends Plugin {
|
||||
}
|
||||
}, 0, 1, TimeUnit.MINUTES);
|
||||
}
|
||||
getProxy().registerChannel("legacy:RedisBungee");
|
||||
getProxy().registerChannel("legacy:redisbungee");
|
||||
getProxy().registerChannel("RedisBungee");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user