mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
small nbs fix lol
This commit is contained in:
parent
7057a75ab8
commit
6241e9a81d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function convertNBS (buf) {
|
|||
instrument = instrumentNames[note.instrument]
|
||||
} else continue
|
||||
|
||||
if (note.key < 33 || note.key > 55) continue
|
||||
if (note.key < 33 || note.key > 57) continue
|
||||
|
||||
const layerVolume = 100
|
||||
// will add layer volume later
|
||||
|
|
Loading…
Reference in a new issue