Skip to content

Commit

Permalink
Re-added MountBypass compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
arlomcwalter committed Jun 15, 2021
1 parent 8232288 commit e21d1ba
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import meteordevelopment.meteorclient.settings.SettingGroup;
import meteordevelopment.meteorclient.systems.modules.Categories;
import meteordevelopment.meteorclient.systems.modules.Module;
import meteordevelopment.meteorclient.systems.modules.Modules;
import meteordevelopment.meteorclient.systems.modules.world.MountBypass;
import meteordevelopment.meteorclient.utils.player.InvUtils;
import meteordevelopment.meteorclient.utils.player.Rotations;
import meteordevelopment.orbit.EventHandler;
Expand Down Expand Up @@ -73,8 +75,7 @@ public void onActivate() {
private void onSendPacket(PacketEvent.Send event) {
if (noCancel) return;

// TODO: FIX
// Modules.get().get(MountBypass.class).onSendPacket(event);
Modules.get().get(MountBypass.class).onSendPacket(event);
}

@EventHandler
Expand Down

0 comments on commit e21d1ba

Please sign in to comment.