Skip XD_DISCORD payload in non Discord builds

This commit is contained in:
James R 2020-08-22 16:26:15 -07:00
parent 084756ec72
commit 805fb01df9
1 changed files with 2 additions and 0 deletions

View File

@ -5720,5 +5720,7 @@ void Got_DiscordInfo(UINT8 **p, INT32 playernum)
discordInfo.everyoneCanInvite = (boolean)READUINT8(*p);
DRPC_UpdatePresence();
#else
(*p) += 3;
#endif
}