解决排行榜问题

back_recharge
wangyuan 2019-04-29 17:52:50 +08:00
parent f2f08a0613
commit 39734e733f
1 changed files with 1 additions and 0 deletions

View File

@ -1331,6 +1331,7 @@ public class MapLogic {
mapManager.setStars(stars);
List<TeamPosHeroInfo> teamPosHeroInfos = user.getTeamPosManager().getTeamPosForHero().get(mapManager.getTeamId());
int heroForces = 0;
crossInfo.getHeroIds().clear();
for (TeamPosHeroInfo teamPosHeroInfo : teamPosHeroInfos) {
Hero hero = user.getHeroManager().getHero(teamPosHeroInfo.getHeroId());
if (hero == null) {