We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c465a8 commit 08f8c08Copy full SHA for 08f8c08
mod_downloader/mod_downloader.cpp
@@ -511,7 +511,7 @@ int main()
511
// Attempt to read appmanifest_239140.acf
512
if (found)
513
{
514
- std::ifstream main_add(std::string(steam_path + "\\steamapps\\appmanifest_239140.acf"));
+ std::ifstream main_add(std::string(game_path + "\\steamapps\\appmanifest_239140.acf"));
515
516
if (main_add.fail())
517
throw_error("Dying Light's app manifest doesn't exist! Make sure 'appmanifest_239140.acf' exists in your steamapps folder.");
0 commit comments