diff --git a/src/utils/game.ts b/src/utils/game.ts index 59d1298..4393c25 100644 --- a/src/utils/game.ts +++ b/src/utils/game.ts @@ -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 }