优化日志

jiahuiwen 2021-11-22 14:40:11 +08:00
parent 1c28ff4797
commit 33d8fd7746
1 changed files with 1 additions and 1 deletions

View File

@ -3526,7 +3526,7 @@ public class HeroLogic {
}
totalForce += force;
}
LOGGER.info("总战力::::::{}", totalForce);
LOGGER.info("calTeamTotalForce uid={} 总战力={}", targetUser.getId(), totalForce);
//TODO
// if(SimpleTransaction.current()!=null&&SimpleTransaction.current().getSession().getId().equals(heroid)){
targetUser.getPlayerInfoManager().setMaxforceHero(heroid);