ggwave-gui : fix client updates

This commit is contained in:
Georgi Gerganov
2020-12-31 07:58:15 +02:00
parent 2bdf1f7415
commit 8eb1c12362

View File

@@ -591,7 +591,6 @@ void renderMain() {
GGSock::SerializationBuffer buffer;
GGSock::Serialize()(data, buffer);
g_fileClient.send(GGSock::FileServer::MsgFileChunkRequest, buffer.data(), (int32_t) buffer.size());
g_fileClient.update();
++fileInfoExtended.nRequestedChunks;
}