无尽修改

back_recharge
lvxinran 2019-11-05 16:58:10 +08:00
parent 67d0f78d5b
commit 9923f31a7d
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public class EndlessMap extends AbstractMap{
if(initRandomPointMap.get(mapManager.getCurMapId())==null){
continue;
}
if(initRandomPointMap.get(mapManager.getCurMapId()).get(mapPointConfig.getId())!=null){
if(initRandomPointMap.get(mapManager.getCurMapId()).get(mapPointConfig.getId())==null){
continue;
}
if(endlessRandomPoint.get( mapPointConfig.getId())!=null){