Skip to content

Commit

Permalink
oops default is 0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhXd committed Dec 23, 2024
1 parent abec98e commit 567c1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
},
"sfx-semitone": {
"name": "Pitch of the sounds",
"description": "Determines the pitch of click/release sounds using semitone. The Default semitones is set 1 (2 semitones = 1 Octave)",
"description": "Determines the pitch of click/release sounds using semitone. The Default semitones is set 0 (2 semitones = 1 Octave)",
"type": "int",
"default": 1,
"default": 0,
"min": -6,
"max": 6,
"control": {
Expand Down

0 comments on commit 567c1c6

Please sign in to comment.