Don't show gametype when watching replays

This commit is contained in:
Sally Coolatta 2020-08-17 23:33:55 -04:00
parent a29785aec3
commit 5af0eb7076

View file

@ -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";