mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 08:22:28 +00:00
Skip XD_DISCORD payload in non Discord builds
This commit is contained in:
parent
d302ad6e38
commit
7194aa9ad6
1 changed files with 2 additions and 0 deletions
|
|
@ -5720,5 +5720,7 @@ void Got_DiscordInfo(UINT8 **p, INT32 playernum)
|
|||
discordInfo.everyoneCanInvite = (boolean)READUINT8(*p);
|
||||
|
||||
DRPC_UpdatePresence();
|
||||
#else
|
||||
(*p) += 3;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue