//跨服聊天提交
parent
b1551e6b75
commit
d38412726d
|
@ -542,11 +542,7 @@ public class CBean2Proto {
|
|||
chatInfo.setMessageId(messageId);
|
||||
chatInfo.setUserTitle(playerInfoManager.getUserTitle());
|
||||
chatInfo.setPracticeLevel(user.getHeroManager().getPracticeLevel());
|
||||
try {
|
||||
chatInfo.setServerName(CrossServiceLogic.getInstance().findServerName(GameApplication.serverId));
|
||||
} catch (UnknownHostException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
chatInfo.setServerName(CrossServiceLogic.getInstance().findServerName(GameApplication.serverId));
|
||||
return chatInfo.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue