This commit is contained in:
Scott E. Graves 2024-07-10 14:48:31 -05:00
parent f962884341
commit 224f983ca8

View File

@ -179,7 +179,7 @@ auto packet_client::send(const std::string &method, packet &request,
request.encode_top(utils::get_thread_id());
request.encode_top(unique_id_);
request.encode_top(PACKET_SERVICE_FLAGS);
request.encode_top(project_get_version());
request.encode_top(std::string{project_get_version()});
static const std::uint8_t max_attempts{5U};
for (std::uint8_t i = 1U;