mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-05 05:59:19 +01:00
I knew I shouldn't have checked in this dll
This commit is contained in:
parent
a5a56bcf68
commit
e7cdfaa64e
2 changed files with 3 additions and 3 deletions
Binary file not shown.
|
|
@ -211,9 +211,9 @@ bool RegisterForEvent(const char* evtName)
|
|||
}
|
||||
|
||||
DISCORD_EXPORT void Discord_Initialize(const char* applicationId,
|
||||
DiscordEventHandlers* handlers,
|
||||
int autoRegister,
|
||||
const char* optionalSteamId)
|
||||
DiscordEventHandlers* handlers,
|
||||
int autoRegister,
|
||||
const char* optionalSteamId)
|
||||
{
|
||||
if (autoRegister) {
|
||||
if (optionalSteamId && optionalSteamId[0]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue