From 596c5b85b1535d7baae36fa5403fec9f5aa5b75e Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Sun, 26 Feb 2023 01:12:57 -0700 Subject: [PATCH] Correct error message --- src/utils/game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }