Merge branch 'discord-rpc-support' of https://git.magicalgirl.moe/KartKrew/Kart into discord-rpc-support

This commit is contained in:
Sally Coolatta 2020-08-21 04:14:36 -04:00
commit 983a978c12

View file

@ -348,6 +348,8 @@ static const char *DRPC_GetServerIP(void)
free(buffer.pointer);
curl_easy_cleanup(curl);
}
curl_global_cleanup();
}
if (self_ip[0])