mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +01:00
Ok, nevermind, it works.
This commit is contained in:
parent
8bd9569c14
commit
c5c0535fcd
@ -30,15 +30,10 @@ public class AuthMeTablistPacketAdapter extends PacketAdapter {
|
||||
}
|
||||
|
||||
public void register() {
|
||||
// TODO:
|
||||
// FIXME:
|
||||
// This listener hides every player not only from the tablist... From everything! (Invisible players issue)
|
||||
// WE NEED ALSO TO RESEND THE DATA AFTER THE PLAYER LOGIN
|
||||
ConsoleLogger.info("The HideTablistBeforeLogin feature is currently unavariable due to stability issues!");
|
||||
//ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
||||
ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
||||
}
|
||||
|
||||
public void unregister() {
|
||||
//ProtocolLibrary.getProtocolManager().removePacketListener(this);
|
||||
ProtocolLibrary.getProtocolManager().removePacketListener(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user