mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-04 06:57:41 +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() {
|
public void register() {
|
||||||
// TODO:
|
ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
||||||
// 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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void unregister() {
|
public void unregister() {
|
||||||
//ProtocolLibrary.getProtocolManager().removePacketListener(this);
|
ProtocolLibrary.getProtocolManager().removePacketListener(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user