refactor
This commit is contained in:
parent
7f044442bc
commit
6b58a0e0f7
@ -109,7 +109,7 @@ auto packet_client::get_client() -> std::shared_ptr<packet_client::client> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto cli = clients_.at(0U);
|
auto cli = clients_.at(0U);
|
||||||
utils::collection::remove_element(clients_, ret);
|
utils::collection::remove_element(clients_, cli);
|
||||||
return cli;
|
return cli;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user