mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-16 00:06:41 +00:00
Log corrupted download confirmation
This commit is contained in:
parent
4de0bc9a40
commit
d3263acead
@ -559,6 +559,7 @@ void NewSyncResources(SOCKET Sock, const std::string& Mods, const std::vector<Mo
|
|||||||
|
|
||||||
if (Data != "AG") {
|
if (Data != "AG") {
|
||||||
UUl("Received corrupted download confirmation, aborting download.");
|
UUl("Received corrupted download confirmation, aborting download.");
|
||||||
|
debug("Corrupted download confirmation: " + Data);
|
||||||
Terminate = true;
|
Terminate = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user