This commit is contained in:
Scott E. Graves 2024-12-16 10:31:46 -06:00
parent 7f044442bc
commit 6b58a0e0f7

View File

@ -109,7 +109,7 @@ auto packet_client::get_client() -> std::shared_ptr<packet_client::client> {
}
auto cli = clients_.at(0U);
utils::collection::remove_element(clients_, ret);
utils::collection::remove_element(clients_, cli);
return cli;
}