comment out random shit

This commit is contained in:
Bella 2019-12-06 11:57:24 -05:00
parent d2dceafde4
commit e2b63b7f99
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class PearlDupe extends Module {
@EventHandler
Listener<PacketEvent.Receive> receiveListener = new Listener<>(event -> {
if (event.getPacket() instanceof CPacketConfirmTeleport) {
if (mc.player == null) return;
// if (mc.player == null) return;
Minecraft.getMinecraft().playerController.connection.sendPacket(new CPacketChatMessage("/kill"));
if (disable.getValue()) {
this.disable();