优化日志
parent
1c28ff4797
commit
33d8fd7746
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue