1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Update DiscordService for discord-rpc 3.3.0

This commit is contained in:
Michał Janiszewski
2018-05-12 15:49:03 +02:00
parent 9f8e1e7c9c
commit a4750a635d

View File

@@ -30,7 +30,7 @@ constexpr const char * APPLICATION_ID = "378612438200877056";
constexpr const char * STEAM_APP_ID = nullptr;
constexpr const uint32 REFRESH_INTERVAL = 5 * GAME_UPDATE_FPS; // 5 seconds
static void OnReady()
static void OnReady(const DiscordUser * request)
{
log_verbose("DiscordService::OnReady()");
}