From 6e1dc5af46ec134bd1c4d89038474a5a18f32a1f Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 9 Jan 2019 21:13:04 -0500 Subject: [PATCH] disable discord avatar for now, not time to hook it up properly --- discord/discord.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord/discord.c b/discord/discord.c index ee43169e92..f1c05b046d 100644 --- a/discord/discord.c +++ b/discord/discord.c @@ -80,7 +80,8 @@ char* discord_get_own_avatar(void) bool discord_avatar_is_ready(void) { - return discord_avatar_ready; + /*To-Do: fix-me, prevent lockups in ozone due to unfinished code*/ + return false; } void discord_avatar_set_ready(bool ready)