Skip to content

Commit

Permalink
mm
Browse files Browse the repository at this point in the history
  • Loading branch information
C10udburst authored Jun 26, 2021
1 parent 6f434b9 commit 6eb3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cloudburst/rejects/MeteorRejectsAddon.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void onInitialize() {
Utils.init();
GiveUtils.init();

meteordevelopment.meteorclient.systems.modules.Modules modules = Modules.get();
Modules modules = Modules.get();
modules.add(new AntiBot());
modules.add(new AntiSpawnpoint());
modules.add(new AntiVanish());
Expand Down

0 comments on commit 6eb3db3

Please sign in to comment.