mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +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
|
// 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";
|
||||||
|
|
Loading…
Reference in a new issue