diff --git a/ugc/storage.cpp b/ugc/storage.cpp index d8d596063c..caacee9383 100644 --- a/ugc/storage.cpp +++ b/ugc/storage.cpp @@ -264,7 +264,7 @@ string Storage::GetUGCToSend() const { buf.clear(); auto const & index = m_UGCIndexes[i]; - if (index.m_synchronized) + if (index.m_synchronized || index.m_deleted) continue; auto const offset = index.m_offset;