Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelrau committed Aug 6, 2024
1 parent 116b747 commit bf560d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/component/party.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ namespace party

server_connection_state.base_url = info.get("sv_wwwBaseUrl");

if (download_files(target, info, false))
if (download_files(target, info, true))
{
return;
}
Expand Down

0 comments on commit bf560d4

Please sign in to comment.