diff options
Diffstat (limited to 'src/discord_rich_presence.cpp')
| -rw-r--r-- | src/discord_rich_presence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord_rich_presence.cpp b/src/discord_rich_presence.cpp index 73066557..cd3a475a 100644 --- a/src/discord_rich_presence.cpp +++ b/src/discord_rich_presence.cpp @@ -2,7 +2,7 @@ namespace AttorneyOnline { -#ifdef DISCORD +#if defined(DISCORD) && !defined(ANDROID) Discord::Discord() { DiscordEventHandlers handlers; |
