Correct error message

This commit is contained in:
Thoronium
2023-02-26 01:12:57 -07:00
committed by GitHub
parent 1115283df8
commit 596c5b85b1

View File

@@ -51,7 +51,7 @@ export async function getGameVersion() {
})
)
} catch (e) {
console.log(`Game config at ${path} not found or invalid. Missing game files?`)
console.log(`Game config not found or invalid. Missing game files?`)
return null
}