From 2687eaddf3762b458f7acac9c0353f2017f84a97 Mon Sep 17 00:00:00 2001 From: Alexander <87954949+absoluteSpacehead@users.noreply.github.com> Date: Tue, 31 Dec 2024 23:08:18 +0000 Subject: [PATCH] OOPS I WAS SEARCHING FOR THE WRONG FOLDER!!!!! --- MercuryLauncher/MercuryLauncher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MercuryLauncher/MercuryLauncher.cpp b/MercuryLauncher/MercuryLauncher.cpp index d8caf1b..6398e27 100644 --- a/MercuryLauncher/MercuryLauncher.cpp +++ b/MercuryLauncher/MercuryLauncher.cpp @@ -263,9 +263,9 @@ int SetupOT() return 1; // are we pakless? - if (!std::filesystem::exists(CONTENT_PATH_OT)) + if (!std::filesystem::exists(CONFIG_PATH_OT)) { - std::cerr << "Build may not be pakless (Content folder not found). Ensure you downloaded the build from the Mercury server.\n"; + std::cerr << "Build may not be pakless (Config folder not found). Ensure you downloaded the build from the Mercury server.\n"; return 2; }