Skip to content

Commit

Permalink
fix blank popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkzy committed Dec 26, 2023
1 parent 8def7b7 commit ac3893d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/component/party.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1144,14 +1144,15 @@ namespace party
return;
}

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

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

server_connection_state.motd = info.get("sv_motd");
server_connection_state.max_clients = std::stoi(info.get("sv_maxclients"));
server_connection_state.base_url = info.get("sv_wwwBaseUrl");

discord_information discord_info{};
discord_info.image = info.get("sv_discordImageUrl");
Expand Down

0 comments on commit ac3893d

Please sign in to comment.