mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-03-30 13:59:41 -04: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…
Add table
Reference in a new issue