|
7 | 7 | import dev.journey.PathSeeker.modules.exploration.*; |
8 | 8 | import dev.journey.PathSeeker.modules.render.*; |
9 | 9 | import dev.journey.PathSeeker.modules.utility.*; |
10 | | -import dev.journey.PathSeeker.utils.Update.UpdateChecker; |
11 | 10 | import meteordevelopment.meteorclient.addons.MeteorAddon; |
12 | 11 | import meteordevelopment.meteorclient.commands.Commands; |
13 | | -import meteordevelopment.meteorclient.events.game.GameLeftEvent; |
14 | 12 | import meteordevelopment.meteorclient.systems.modules.Category; |
15 | 13 | import meteordevelopment.meteorclient.systems.modules.Modules; |
16 | | -import meteordevelopment.orbit.EventHandler; |
17 | 14 | import net.fabricmc.loader.api.FabricLoader; |
18 | 15 | import org.slf4j.Logger; |
19 | 16 | import org.slf4j.LoggerFactory; |
@@ -47,7 +44,7 @@ public void onInitialize() { |
47 | 44 | Modules.get().add(new GrimDuraFirework()); |
48 | 45 | Modules.get().add(new SignHistorian()); |
49 | 46 | Modules.get().add(new Pitch40Util()); |
50 | | - Modules.get().add(new GrimEfly()); |
| 47 | + Modules.get().add(new ElytraFlyPlusPlus()); |
51 | 48 |
|
52 | 49 | //Render |
53 | 50 | Modules.get().add(new HoleAndTunnelAndStairsESP()); |
@@ -90,11 +87,6 @@ public void onInitialize() { |
90 | 87 | } |
91 | 88 | } |
92 | 89 |
|
93 | | - @EventHandler |
94 | | - private void onGameLeft(GameLeftEvent event) { |
95 | | - UpdateChecker.resetCheckedStatus(); |
96 | | - } |
97 | | - |
98 | 90 | @Override |
99 | 91 | public void onRegisterCategories() { |
100 | 92 | Modules.registerCategory(Hunting); |
|
0 commit comments