From b97d58384625779bfed2b018adc9d56f23532fc1 Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sat, 31 Jul 2021 22:43:09 +0800 Subject: [PATCH] Fix g4 --- _server/MotaAction.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; */;