diff --git a/_server/MotaAction.g4 b/_server/MotaAction.g4 index 03e1cba3..67d9b86e 100644 --- a/_server/MotaAction.g4 +++ b/_server/MotaAction.g4 @@ -3786,7 +3786,7 @@ nextXY_e /* nextXY_e default : [1, 'nextX'] -var code = NextXY_List_0 == 'nextY' ? ('core.nextY('+NInt+')') : ('core.nextX('+NInt+')'); +var code = NextXY_List_0 == 'nextY' ? ('core.nextY('+NInt_0+')') : ('core.nextX('+NInt_0+')'); return [code, Blockly.JavaScript.ORDER_ATOMIC]; */;