mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 18:55:11 +01:00
Whoops... fix the listening messaging subchannel name
This commit is contained in:
parent
c693901330
commit
7e079d0b9c
@ -97,7 +97,7 @@ public class BungeeService implements SettingsDependent, PluginMessageListener {
|
||||
|
||||
ByteArrayDataInput in = ByteStreams.newDataInput(data);
|
||||
String subchannel = in.readUTF();
|
||||
if (!"Authme".equals(subchannel)) {
|
||||
if (!"AuthMe".equals(subchannel)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user