军团:fix 团长是否在线
This commit is contained in:
@@ -49,7 +49,6 @@ export class FriendHandler {
|
||||
let otherServerList = new Array<FriendRecommendParams>();
|
||||
for(let role of allList) {
|
||||
let type = getRecommendType(myFriendRelation, roleId, role.roleId);
|
||||
console.log('****', type, roleId, role.roleId)
|
||||
if(type == FRIEND_RELATION_TYPE.NORMAL) {
|
||||
let param = new FriendRecommendParams(role);
|
||||
param.setType(type);
|
||||
|
||||
Reference in New Issue
Block a user