Re-enable hideTablist because it's compatible with SkinRestorer

This commit is contained in:
games647 2016-04-06 15:20:01 +02:00
parent 46c6eba3ea
commit 70fbca3c47

View File

@ -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() {