Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Funtimes909 committed Oct 1, 2024
1 parent 2a38bc1 commit e68fcd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.function.BiPredicate;

public class AutoEat extends Module {
private static final Class<? extends Module>[] AURAS = new Class[]{KillAura.class, CrystalAura.class, CreeperAura.class, BedAura.class};
private static final Class<? extends Module>[] AURAS = new Class[]{KillAura.class, CrystalAura.class, AnchorAura.class, CreeperAura.class, BedAura.class};

private final SettingGroup sgGeneral = settings.getDefaultGroup();
private final SettingGroup sgThreshold = settings.createGroup("Threshold");
Expand Down

0 comments on commit e68fcd7

Please sign in to comment.