1
This commit is contained in:
parent
330ec02da9
commit
72f8a332b6
@ -836,6 +836,9 @@ void Player::FillApplyList(const cs::MFPaging& paging, cs::SMFriendApplyList& re
|
||||
if (pair.second->flag == 1) {
|
||||
continue;
|
||||
}
|
||||
if (GetBlackListById(pair.second->base_data.account_id)) {
|
||||
continue;
|
||||
}
|
||||
TypeConvert::Convert(*pair.second, *respmsg.add_apply_list());
|
||||
}
|
||||
++i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user