This commit is contained in:
2025-08-27 17:22:51 +06:00
parent d60405cd18
commit 388b59e9bf
2 changed files with 2 additions and 11 deletions

View File

@@ -336,7 +336,7 @@ public:
std::queue<Pos::GlobalNode> Build, Break;
public:
RemoteClient(asio::io_context &ioc, tcp::socket socket, const std::string username, std::vector<ResourceFile::Hash_t> &&client_cache)
RemoteClient(asio::io_context &ioc, tcp::socket socket, const std::string username)
: LOG("RemoteClient " + username), Socket(ioc, std::move(socket)), Username(username)
{}