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:
@@ -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()");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user