diff --git a/jd_mcxhd.js b/jd_mcxhd.js index fe7f15dc..6614e253 100644 --- a/jd_mcxhd.js +++ b/jd_mcxhd.js @@ -284,8 +284,9 @@ function startGame() { await $.wait(10*1000) await reportGame(data.result.passScore + 2) } else { - if (data.retCode === '1102') $.canDo = false + // if (data.retCode === '1102') $.canDo = false console.log(`游戏开始失败`, JSON.stringify(data)) + $.canDo = false } } }