THAI: Fixed wrong variable name

This commit is contained in:
Kenta420 2025-05-08 13:42:00 +07:00
parent b8c5921c1d
commit 1a35dac35a

View file

@ -15,7 +15,7 @@
CRLFToSpace showdesc CRLFToSpace showdesc
Var MachineEvent = 0 Var MachineEvent = 0
Var MatchineSpiralStage = "-" Var MachineSpiralStage = "-"
Var NextButtonState = "Invisible" Var NextButtonState = "Invisible"
@ -183,10 +183,10 @@
EndIf EndIf
If MachineEvent = 1 Then If MachineEvent = 1 Then
If MatchineSpiralStage = "-" Then If MachineSpiralStage = "-" Then
Else Else
If MatchineSpiralStage = "spiral-valid" Then If MachineSpiralStage = "spiral-valid" Then
Function 2 Function 2
Var NextButtonState = "Enable" Var NextButtonState = "Enable"
Else Else
@ -344,7 +344,7 @@
DEBUGVAR LinkProductCodeAnotherMachine[1] DEBUGVAR LinkProductCodeAnotherMachine[1]
DEBUGVAR LinkProductCodeAnotherMachine[2] DEBUGVAR LinkProductCodeAnotherMachine[2]
Var MatchineSpiralStage = "-" Var MachineSpiralStage = "-"
GenHashWithTimeStamp SpiralRef GenHashWithTimeStamp SpiralRef
SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef SPIRAL_VERIFY LinkProductCodeAnotherMachine[0] SpiralRef