Skip to content

Commit b38f3d8

Browse files
spotlessApply
1 parent 8f48ff7 commit b38f3d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/net/wurstclient/hacks/TriggerBotHack.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ public final class TriggerBotHack extends Hack implements UpdateListener
3737
"Allows attacking enemies even while you're using a shield or other items for defense. Normally, you can't attack in these situations, but this setting enables it, giving you more flexibility during combat.",
3838
false);
3939

40-
private final CheckboxSetting attackWhileBreaking =
41-
new CheckboxSetting("Attack while breaking",
42-
"Allows attacking enemies while you're actively breaking blocks. Enable this to multitask during combat and mining activities.", false);
40+
private final CheckboxSetting attackWhileBreaking = new CheckboxSetting(
41+
"Attack while breaking",
42+
"Allows attacking enemies while you're actively breaking blocks. Enable this to multitask during combat and mining activities.",
43+
false);
4344

4445
private final EntityFilterList entityFilters =
4546
EntityFilterList.genericCombat();

0 commit comments

Comments
 (0)