Skip to content

Commit

Permalink
Update CustomHead.java
Browse files Browse the repository at this point in the history
  • Loading branch information
RattlesHyper committed Dec 28, 2023
1 parent 50bc605 commit 259334e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/lyra/addon/modules/CustomHead.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public class CustomHead extends Module {
.build()
);
private final Setting<Integer> headDelay = sgGeneral.add(new IntSetting.Builder()
.name("head-item-delay")
.description("Delay for head item.")
.name("delay")
.description("Delay.")
.defaultValue(2)
.min(1)
.sliderMax(20)
Expand Down

0 comments on commit 259334e

Please sign in to comment.