PathingLogOutput

This commit is contained in:
洪籽阳外婆
2024-11-07 00:34:40 +08:00
committed by GitHub
parent fedd4b841a
commit d50c4c0d2c

View File

@@ -39,6 +39,7 @@
async function AutoPath(locationName) {
try {
log.info(`前往 ${locationName}`);
let filePath = `assets/AutoPath/${locationName}.json`;
await pathingScript.runFile(filePath);
} catch (error) {