Add mod info debug log

This commit is contained in:
Tixx
2024-10-09 19:39:27 +02:00
parent 49874fd633
commit 3cf1a2e51b

View File

@@ -514,6 +514,8 @@ void NewSyncResources(SOCKET Sock, const std::string& Mods, const std::vector<Mo
void SyncResources(SOCKET Sock) {
std::string Ret = Auth(Sock);
debug("Mod info: " + Ret);
auto ModInfos = ModInfo::ParseModInfosFromPacket(Ret);
if (!ModInfos.empty()) {