diff --git a/src/client/component/party.cpp b/src/client/component/party.cpp index b3d6e79b..61418cb5 100644 --- a/src/client/component/party.cpp +++ b/src/client/component/party.cpp @@ -308,8 +308,6 @@ namespace party } } - bool download_files(const game::netadr_s& target, const utils::info_string& info, bool allow_download); - std::string get_whitelist_json_path() { return (utils::properties::get_appdata_path() / "whitelist.json").generic_string(); @@ -345,6 +343,8 @@ namespace party static_cast(saved_info_response.host.ip[3])); } + bool download_files(const game::netadr_s& target, const utils::info_string& info, bool allow_download); + int user_download_response(game::hks::lua_State* state) { const auto response = state->m_apistack.base[0].v.boolean;