diff options
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|