clarification

This commit is contained in:
Alexander
2024-12-31 13:17:16 +00:00
parent bd22ff004b
commit ce811e8287

View File

@@ -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";