Skip to content

Commit f238185

Browse files
committed
继续修复
1 parent b31386e commit f238185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/common/funcList/520_宴会筹备.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ export class Func520 implements IFuncOrigin {
102102
operator: [thisOperator[6]]
103103
})) {
104104
thisScript.doPush(thisScript, { text: '宴会筹备失败,请查看。', before() { thisScript.myToast('脚本即将停止,正在上传数据'); } });
105-
thisScript.stop();
106-
sleep(3000);
107-
return;
105+
thisScript.stop();
106+
sleep(3000);
107+
return;
108108
}
109109
if (thisScript.oper({
110110
name: '探索界面',

0 commit comments

Comments
 (0)