disable discord avatar for now, not time to hook it up properly

This commit is contained in:
radius 2019-01-09 21:13:04 -05:00
parent e13a142bae
commit 6e1dc5af46

View File

@ -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)