mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-02 04:01:26 +01:00
Disable tablist packet handling
This commit is contained in:
parent
bb7adc46a4
commit
ccce16da69
@ -43,10 +43,10 @@ public class PacketsManager {
|
||||
// Because it kicks you for hacking.
|
||||
|
||||
clientInteractEntityListener = new PacketListenerClientInteract(LibsDisguises.getInstance());
|
||||
PacketListener tabListListener = new PacketListenerTabList(LibsDisguises.getInstance());
|
||||
// PacketListener tabListListener = new PacketListenerTabList(LibsDisguises.getInstance());
|
||||
|
||||
ProtocolLibrary.getProtocolManager().addPacketListener(clientInteractEntityListener);
|
||||
ProtocolLibrary.getProtocolManager().addPacketListener(tabListListener);
|
||||
// ProtocolLibrary.getProtocolManager().addPacketListener(tabListListener);
|
||||
ProtocolLibrary.getProtocolManager().addPacketListener(new PacketListenerClientCustomPayload());
|
||||
|
||||
// Now I call this and the main listener is registered!
|
||||
|
Loading…
Reference in New Issue
Block a user