Skip to content

Commit

Permalink
Update OffhandCrash.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hellidox authored and Wide-Cat committed Feb 26, 2024
1 parent 9abda87 commit a8d75dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class OffhandCrash extends Module {

private final Setting<Integer> speed = sgGeneral.add(new IntSetting.Builder()
.name("speed")
.description("The amount of swaps measured in ticks.")
.description("The amount of swaps per tick.")
.defaultValue(2000)
.min(1)
.sliderRange(1, 10000)
Expand Down

0 comments on commit a8d75dc

Please sign in to comment.