Don't show gametype when watching replays

This commit is contained in:
Sally Coolatta 2020-08-17 23:33:55 -04:00
parent 2a2d43a20b
commit 234983909a

View file

@ -318,7 +318,8 @@ void DRPC_UpdatePresence(void)
} }
// Gametype info // 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) if (modeattacking)
discordPresence.details = "Time Attack"; discordPresence.details = "Time Attack";