mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-18 16:25:11 +01:00
[PREV COMMIT] If we set a custom channel, maybe listen at it :')
This commit is contained in:
parent
3975e65655
commit
75084e62ec
@ -46,7 +46,7 @@ public class BungeeCordMessage implements PluginMessageListener {
|
||||
// Put the IP (only the ip not the port) in the hashMap
|
||||
plugin.realIp.put(player.getName().toLowerCase(), ip);
|
||||
}
|
||||
if (subChannel.equals("Forward"))
|
||||
if (subChannel.equals("Forward") || subChannel.equalsIgnoreCase("AuthMe"))
|
||||
{
|
||||
short len = in.readShort();
|
||||
byte[] data = new byte[len];
|
||||
|
Loading…
Reference in New Issue
Block a user