This commit is contained in:
2025-08-30 03:12:18 +06:00
parent 5b02fec75e
commit 1bf897b3d1
4 changed files with 350 additions and 277 deletions

View File

@@ -734,7 +734,7 @@ coro<> RemoteClient::rP_System(Net::AsyncSocket &sock) {
}
case ToServer::L2System::ResourceRequest:
{
uint16_t count = co_await sock.read<uint32_t>();
uint16_t count = co_await sock.read<uint16_t>();
std::vector<Hash_t> hashes;
hashes.reserve(count);