mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Skip XD_DISCORD payload in non Discord builds
This commit is contained in:
parent
084756ec72
commit
805fb01df9
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…
Reference in a new issue