OOPS I WAS SEARCHING FOR THE WRONG FOLDER!!!!!

This commit is contained in:
Alexander
2024-12-31 23:08:18 +00:00
parent 650f169232
commit 2687eaddf3

View File

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