fix sim script bug

This commit is contained in:
Hongze Cheng 2020-07-17 15:13:15 +08:00
parent af127bb66a
commit 13e197a562
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ endi
if $data01 != 1 then
return -1
endi
if $data02 != NULL then
if $data02 != 1 then
return -1
endi
@ -80,7 +80,7 @@ endi
if $data01 != 1 then
return -1
endi
if $data02 != NULL then
if $data02 != 1 then
return -1
endi