PathingLogOutput
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
async function AutoPath(locationName) {
|
async function AutoPath(locationName) {
|
||||||
try {
|
try {
|
||||||
|
log.info(`前往 ${locationName}`);
|
||||||
let filePath = `assets/AutoPath/${locationName}.json`;
|
let filePath = `assets/AutoPath/${locationName}.json`;
|
||||||
await pathingScript.runFile(filePath);
|
await pathingScript.runFile(filePath);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user