It helps to return the list after its been built :P

This commit is contained in:
apathy
2016-07-09 17:07:18 -07:00
parent af7c89153f
commit 926be7b07a

View File

@@ -95,7 +95,7 @@ std::vector<uint32_t> ChatRoom::GetAvatarIds(const ChatAvatar * srcAvatar) const
}
}
return std::vector<uint32_t>();
return avatarIds;
}
std::vector<std::u16string> ChatRoom::GetConnectedAddresses() const {