删除无用语句

back_recharge
lvxinran 2019-08-10 10:54:22 +08:00
parent 4ab8b5f64c
commit eb040c2818
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ public class GetPlayerOneTeamInfo extends BaseHandler {
public void process(ISession iSession, PacketNetData netData) throws Exception {
byte[] bytes = netData.parseClientProtoNetData();
PlayerInfoProto.GetPlayerOneTeamInfoRequest info = PlayerInfoProto.GetPlayerOneTeamInfoRequest.parseFrom(bytes);
info.getPlayerId();
PlayerLogic.getInstance().getOneTeamInfo(iSession, info.getPlayerId(), MessageTypeProto.MessageType.GET_PLAYER_ONE_TEAM_INFO_RESPONSE);
}
}