diff --git a/src/discord.c b/src/discord.c index 3e8da50c..c208ad6c 100644 --- a/src/discord.c +++ b/src/discord.c @@ -363,7 +363,8 @@ void DRPC_UpdatePresence(void) } } - if (gamestate == GS_LEVEL || gamestate == GS_INTERMISSION) // Map info + if ((gamestate == GS_LEVEL || gamestate == GS_INTERMISSION) // Map info + && !(demo.playback && demo.title)) { if ((gamemap >= 1 && gamemap <= 60) // supported race maps || (gamemap >= 136 && gamemap <= 164)) // supported battle maps