Fixed Jazz Instrument for Electric Guitars (#33363)
* fixed jazz midi program byte * swapped around jazz and clean in instrumentList
This commit is contained in:
parent
c1239b7f75
commit
2db7ffef9a
|
|
@ -9,7 +9,7 @@
|
|||
- type: SwappableInstrument
|
||||
instrumentList:
|
||||
"Clean": {27: 0}
|
||||
"Jazz": {25: 0}
|
||||
"Jazz": {26: 0}
|
||||
"Muted": {28: 0}
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/Instruments/eguitar.rsi
|
||||
|
|
|
|||
Loading…
Reference in New Issue