mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 01:00:18 +01:00
Re-enable hideTablist because it's compatible with SkinRestorer
This commit is contained in:
parent
46c6eba3ea
commit
70fbca3c47
@ -78,11 +78,8 @@ public class AuthMeTablistPacketAdapter extends PacketAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: fix this
|
||||
public void register() {
|
||||
//commented out because it **could (not tested could also work with it)** still conflict with SkinRestorer
|
||||
ConsoleLogger.showError("The hideTablistBeforeLogin feature is temporarily disabled due to issues");
|
||||
// ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
||||
ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
||||
}
|
||||
|
||||
public void unregister() {
|
||||
|
Loading…
Reference in New Issue
Block a user