diff --git a/src/discord.c b/src/discord.c index 81a5f7f5..a0d0db96 100644 --- a/src/discord.c +++ b/src/discord.c @@ -318,7 +318,8 @@ void DRPC_UpdatePresence(void) } // Gametype info - if (gamestate == GS_LEVEL || gamestate == GS_INTERMISSION || gamestate == GS_VOTING) + if ((gamestate == GS_LEVEL || gamestate == GS_INTERMISSION || gamestate == GS_VOTING) + && !demo.playback) { if (modeattacking) discordPresence.details = "Time Attack";