修复因为少写括号导致的bug
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
log.error(`执行 ${locationName} 路径时发生错误`);
|
||||
}
|
||||
await sleep(2000);
|
||||
if (locationName == "纳塔凯瑟琳")
|
||||
if (locationName == "纳塔凯瑟琳") {
|
||||
keyDown("w");
|
||||
await sleep(4500);
|
||||
keyUp("w");
|
||||
@@ -17,6 +17,7 @@
|
||||
await sleep(2000);
|
||||
keyUp("d");
|
||||
}
|
||||
}
|
||||
let filePath;
|
||||
|
||||
if (settings.selectway === undefined)
|
||||
|
||||
Reference in New Issue
Block a user