Skip to content

Commit 08f8c08

Browse files
committed
Fixed possible issue regarding detection of appmanifest
1 parent 5c465a8 commit 08f8c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_downloader/mod_downloader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ int main()
511511
// Attempt to read appmanifest_239140.acf
512512
if (found)
513513
{
514-
std::ifstream main_add(std::string(steam_path + "\\steamapps\\appmanifest_239140.acf"));
514+
std::ifstream main_add(std::string(game_path + "\\steamapps\\appmanifest_239140.acf"));
515515

516516
if (main_add.fail())
517517
throw_error("Dying Light's app manifest doesn't exist! Make sure 'appmanifest_239140.acf' exists in your steamapps folder.");

0 commit comments

Comments
 (0)