fix: Manual stage navigation for EN (fix #4874)

I have no clue why having the StartButton1 in the two files
(official and YostarEN) does not work.
I've tried everything from Ascii, fullMatch, copying the entire task,
but nothing worked.
This was the only solution I found.
Also inverting "Start" with "开始行动"
won't make it work in one of the two servers.
I've tested in both and it seems to work properly.
This commit is contained in:
David
2023-07-23 23:18:35 +02:00
parent 09ae8fb76c
commit ba7573635a
2 changed files with 1 additions and 5 deletions

View File

@@ -4818,11 +4818,6 @@
"Heart of Surging Flame"
]
},
"StartButton1": {
"text": [
"Start"
]
},
"StartRecruit": {
"text": [
"Recruit Now"

View File

@@ -3022,6 +3022,7 @@
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"Start",
"开始行动"
],
"cache": false,