Skip to content

Commit

Permalink
Merge pull request #274 from DrymarchonShaun/dayz-fix-build
Browse files Browse the repository at this point in the history
fix: apply #262 to the dayz launcher
  • Loading branch information
muttleyxd authored Jul 7, 2024
2 parents f77f9e4 + 03928e8 commit ceee0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dayz-linux-launcher/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ void MainWindow::load_mods_from_html(std::string const &path)
}
catch (std::exception const &e)
{
spdlog::warn("Failed adding apparently existing mod '{}', reason: {}", it->at("path"), e.what());
spdlog::warn("Failed adding apparently existing mod '{}', reason: {}", it->at("path").get<std::string>(), e.what());
}
}

Expand Down

0 comments on commit ceee0de

Please sign in to comment.