删除新手打点

back_recharge
lvxinran 2020-07-25 15:14:06 +08:00
parent acf58d83f3
commit b40e4a57af
1 changed files with 3 additions and 3 deletions

View File

@ -104,9 +104,9 @@ public class PlayerLogic {
int uid = session.getUid();
User user = UserManager.getUser(uid);
user.getPlayerInfoManager().updateGuidePoint(type,id);
if(type==1){
ReportUtil.onReportEvent(user,ReportEventEnum.GUIDE.getType(),String.valueOf(id));
}
// if(type==1){//打点改为前端
// ReportUtil.onReportEvent(user,ReportEventEnum.GUIDE.getType(),String.valueOf(id));
// }
MessageUtil.sendMessage(session,1, MessageTypeProto.MessageType.SAVE_NEW_PLAYER_GUIDE_POINT_RESPONSE_VALUE,null,true);
}