From ce811e82872d595c94125e8938095e991576c2f8 Mon Sep 17 00:00:00 2001 From: Alexander <87954949+absoluteSpacehead@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:17:16 +0000 Subject: [PATCH] clarification --- MercuryLauncher/MercuryLauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MercuryLauncher/MercuryLauncher.cpp b/MercuryLauncher/MercuryLauncher.cpp index 813ca2a..e436ef7 100644 --- a/MercuryLauncher/MercuryLauncher.cpp +++ b/MercuryLauncher/MercuryLauncher.cpp @@ -338,7 +338,7 @@ int Setup18() GetLocalAppData(localAppData); - // check that we have our dll + // check that we have our dll. this isn't required for OT so it's not linked, means you only need one file in the OT dir if (!std::filesystem::exists(".\\MercuryInjector.dll")) { std::cerr << "Required DLL (MercuryInjector.dll) is missing. Ensure all files were extracted properly.\n";