make inputOP, arg name and menu name the same

This commit is contained in:
Eric Rosenbaum 2018-02-26 15:56:37 -05:00
parent ca08cd69e9
commit 8b18ff7ae9
2 changed files with 6 additions and 6 deletions
src/serialization

View file

@ -424,7 +424,7 @@ const specMap = {
argMap: [
{
type: 'input',
inputOp: 'math_number',
inputOp: 'music.menu.DRUM',
inputName: 'DRUM'
},
{
@ -464,7 +464,7 @@ const specMap = {
argMap: [
{
type: 'input',
inputOp: 'math_number',
inputOp: 'music.menu.INSTRUMENT',
inputName: 'INSTRUMENT'
}
]