mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Don't show gametype when watching replays
This commit is contained in:
parent
2a2d43a20b
commit
234983909a
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue