Skip to content

Commit 55a49b3

Browse files
committed
GrimFly to ElytraPlusPlus
Credits to Jeff.
1 parent 90c3c57 commit 55a49b3

File tree

2 files changed

+239
-246
lines changed

2 files changed

+239
-246
lines changed

src/main/java/dev/journey/PathSeeker/PathSeeker.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77
import dev.journey.PathSeeker.modules.exploration.*;
88
import dev.journey.PathSeeker.modules.render.*;
99
import dev.journey.PathSeeker.modules.utility.*;
10-
import dev.journey.PathSeeker.utils.Update.UpdateChecker;
1110
import meteordevelopment.meteorclient.addons.MeteorAddon;
1211
import meteordevelopment.meteorclient.commands.Commands;
13-
import meteordevelopment.meteorclient.events.game.GameLeftEvent;
1412
import meteordevelopment.meteorclient.systems.modules.Category;
1513
import meteordevelopment.meteorclient.systems.modules.Modules;
16-
import meteordevelopment.orbit.EventHandler;
1714
import net.fabricmc.loader.api.FabricLoader;
1815
import org.slf4j.Logger;
1916
import org.slf4j.LoggerFactory;
@@ -47,7 +44,7 @@ public void onInitialize() {
4744
Modules.get().add(new GrimDuraFirework());
4845
Modules.get().add(new SignHistorian());
4946
Modules.get().add(new Pitch40Util());
50-
Modules.get().add(new GrimEfly());
47+
Modules.get().add(new ElytraFlyPlusPlus());
5148

5249
//Render
5350
Modules.get().add(new HoleAndTunnelAndStairsESP());
@@ -90,11 +87,6 @@ public void onInitialize() {
9087
}
9188
}
9289

93-
@EventHandler
94-
private void onGameLeft(GameLeftEvent event) {
95-
UpdateChecker.resetCheckedStatus();
96-
}
97-
9890
@Override
9991
public void onRegisterCategories() {
10092
Modules.registerCategory(Hunting);

0 commit comments

Comments
 (0)