diff --git a/runtime/src/discord_presence.cpp b/runtime/src/discord_presence.cpp index 9179b97..a7b9caa 100644 --- a/runtime/src/discord_presence.cpp +++ b/runtime/src/discord_presence.cpp @@ -226,7 +226,8 @@ private: } void SendActivityLocked() { - if (!connected_ && !ConnectLocked()) { + if (!connected_) { + ReconnectAndSendLocked(); return; } if (ActiveClientIdLocked().empty()) {