Update main.js (#2096)

多了个逗号
This commit is contained in:
JJMdzh
2025-10-07 09:04:00 +08:00
committed by GitHub
parent b1617fb0b7
commit 68070873dd

View File

@@ -114,7 +114,7 @@ function determinePath() {
async function init(shouldRestore = true, shouldResizeMap = false) {
dispatcher.addTimer(new RealtimeTimer("AutoPick", { "forceInteraction": false }));
if (shouldRestore) {
await genshin.tp("4747.68505859375", "2632.9970703125");,
await genshin.tp("4747.68505859375", "2632.9970703125");
await sleep(3000);
}
if (shouldResizeMap) {