From d057fcad5175ef542723981f59c6184a67942864 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 1 Aug 2019 12:43:17 +0300 Subject: fixes #2022 (shitty internal AVS flags finally removed from global include file) --- plugins/AVS/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AVS/src/main.cpp') diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 0c2bdb0772..adc9ac3b51 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -110,7 +110,7 @@ static int MetaChanged(WPARAM hMeta, LPARAM hSubContact) // Get the node CacheNode *node = FindAvatarInCache(hSubContact, true); - if (node == nullptr || !node->loaded) { + if (node == nullptr || !node->bLoaded) { ace = (AVATARCACHEENTRY*)GetProtoDefaultAvatar(hSubContact); QueueAdd(hSubContact); } -- cgit v1.2.3