back_recharge
wangyuan 2019-08-09 10:24:17 +08:00
parent aa519b6112
commit b172a2971e
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ public class GuildLogic {
} }
User targetUser = UserManager.getUser(targetUid); User targetUser = UserManager.getUser(targetUid);
targetUser.getPlayerInfoManager().setGuildId(0); targetUser.getPlayerInfoManager().setGuildId(0);
addGuildLog(guildInfo.getId(),GuildDef.Log.KICK,user.getPlayerInfoManager().getNickName()); addGuildLog(guildInfo.getId(),GuildDef.Log.KICK,targetUser.getPlayerInfoManager().getNickName());
Family.FamilyKickIndication build = Family.FamilyKickIndication.newBuilder().setType(1).build(); Family.FamilyKickIndication build = Family.FamilyKickIndication.newBuilder().setType(1).build();
ISession targetSession = OnlineUserManager.getSessionByUid(targetUid); ISession targetSession = OnlineUserManager.getSessionByUid(targetUid);
if(targetSession!=null){ if(targetSession!=null){