diff --git a/src/Client.cpp b/src/Client.cpp index 13048775..94e3dfc1 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -854,6 +854,7 @@ void CClient::ClearServerDependentCaps() { const auto& handler = std::get<1>(it->second); handler(false); } + m_ssAcceptedCaps.erase(sCap); } }