mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 15:01:13 +00:00
Don't show gametype when watching replays
This commit is contained in:
parent
a29785aec3
commit
5af0eb7076
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…
Add table
Reference in a new issue