From 4de0bc9a40b01d1804a05b5231672d33ebc9f358 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Thu, 1 May 2025 20:47:16 +0200 Subject: [PATCH] Check download confirmation packet --- src/Network/Resources.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Network/Resources.cpp b/src/Network/Resources.cpp index 316c426..dda266b 100644 --- a/src/Network/Resources.cpp +++ b/src/Network/Resources.cpp @@ -557,6 +557,12 @@ void NewSyncResources(SOCKET Sock, const std::string& Mods, const std::vector DownloadedFile = SingleNormalDownload(Sock, ModInfoIter->FileSize, Name);