We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a508b commit e90d0beCopy full SHA for e90d0be
src/main/java/com/xxmicloxx/NoteBlockAPI/songplayer/SongPlayer.java
@@ -49,7 +49,7 @@ public abstract class SongPlayer {
49
50
protected SoundCategory soundCategory;
51
protected ChannelMode channelMode = new MonoMode();
52
- protected boolean enable10Octave = true;
+ protected boolean enable10Octave = false;
53
54
com.xxmicloxx.NoteBlockAPI.SongPlayer oldSongPlayer;
55
0 commit comments