Skip to content

Commit

Permalink
removed aim assist
Browse files Browse the repository at this point in the history
  • Loading branch information
arlomcwalter committed May 1, 2023
1 parent 3807058 commit ee391e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Hud extends System<Hud> implements Iterable<HudElement> {

private final Setting<Double> textScale = sgGeneral.add(new DoubleSetting.Builder()
.name("text-scale")
.description("Scale of text if not overriden by the element.")
.description("Scale of text if not overridden by the element.")
.defaultValue(1)
.min(0.5)
.sliderRange(0.5, 3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,7 @@ public void add(Module module) {
}

private void initCombat() {
add(new AimAssist());
add(new AnchorAura());
// add(new AntiAnchor());
add(new AntiAnvil());
add(new AntiBed());
add(new ArrowDodge());
Expand Down

This file was deleted.

2 comments on commit ee391e4

@Reycko
Copy link

@Reycko Reycko commented on ee391e4 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

@Powie69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Please sign in to comment.