Skip to content

Commit e90d0be

Browse files
committed
Disable by default
1 parent 08a508b commit e90d0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/xxmicloxx/NoteBlockAPI/songplayer/SongPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class SongPlayer {
4949

5050
protected SoundCategory soundCategory;
5151
protected ChannelMode channelMode = new MonoMode();
52-
protected boolean enable10Octave = true;
52+
protected boolean enable10Octave = false;
5353

5454
com.xxmicloxx.NoteBlockAPI.SongPlayer oldSongPlayer;
5555

0 commit comments

Comments
 (0)