Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekiplay committed May 19, 2024
1 parent 75e1325 commit 7be664b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public Entity getTarget() {
.defaultValue(0)
.min(0)
.sliderMax(20)
.visible(() -> !smartDelayv2.get())
.visible(() -> smartDelayv2.get())
.build()
);

Expand Down

0 comments on commit 7be664b

Please sign in to comment.