File tree 3 files changed +1
-163
lines changed
src/main/java/meteordevelopment/meteorclient/systems
3 files changed +1
-163
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class Hud extends System<Hud> implements Iterable<HudElement> {
53
53
54
54
private final Setting <Double > textScale = sgGeneral .add (new DoubleSetting .Builder ()
55
55
.name ("text-scale" )
56
- .description ("Scale of text if not overriden by the element." )
56
+ .description ("Scale of text if not overridden by the element." )
57
57
.defaultValue (1 )
58
58
.min (0.5 )
59
59
.sliderRange (0.5 , 3 )
Original file line number Diff line number Diff line change @@ -381,9 +381,7 @@ public void add(Module module) {
381
381
}
382
382
383
383
private void initCombat () {
384
- add (new AimAssist ());
385
384
add (new AnchorAura ());
386
- // add(new AntiAnchor());
387
385
add (new AntiAnvil ());
388
386
add (new AntiBed ());
389
387
add (new ArrowDodge ());
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments