1
0
Fork 0
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:
chipmunk 2023-03-13 01:26:04 +00:00 committed by GitHub
parent 7057a75ab8
commit 6241e9a81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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