guild
parent
aa519b6112
commit
b172a2971e
|
@ -427,7 +427,7 @@ public class GuildLogic {
|
|||
}
|
||||
User targetUser = UserManager.getUser(targetUid);
|
||||
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();
|
||||
ISession targetSession = OnlineUserManager.getSessionByUid(targetUid);
|
||||
if(targetSession!=null){
|
||||
|
|
Loading…
Reference in New Issue