mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 09:11:52 -04:00
fix: handshake before Discord activity updates
This commit is contained in:
@@ -226,7 +226,8 @@ private:
|
||||
}
|
||||
|
||||
void SendActivityLocked() {
|
||||
if (!connected_ && !ConnectLocked()) {
|
||||
if (!connected_) {
|
||||
ReconnectAndSendLocked();
|
||||
return;
|
||||
}
|
||||
if (ActiveClientIdLocked().empty()) {
|
||||
|
||||
Reference in New Issue
Block a user