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() {
|
public void register() {
|
||||||
//commented out because it **could (not tested could also work with it)** still conflict with SkinRestorer
|
ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
||||||
ConsoleLogger.showError("The hideTablistBeforeLogin feature is temporarily disabled due to issues");
|
|
||||||
// ProtocolLibrary.getProtocolManager().addPacketListener(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void unregister() {
|
public void unregister() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user