mabe fixies

This commit is contained in:
Chayapak 2023-09-15 19:57:58 +07:00
parent 943e141d0a
commit 11bb2a7af8

View file

@ -214,6 +214,8 @@ public class NBSConverter implements Converter {
} }
} }
if (!sounds.contains(name) && sounds.contains(file)) name = file;
instrument = Instrument.of(name); instrument = Instrument.of(name);
key += customInstrument.pitch; key += customInstrument.pitch;