mirror of
https://github.com/SWG-Source/stationapi.git
synced 2026-01-15 22:04:17 -05:00
It helps to return the list after its been built :P
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user