无尽修改
parent
67d0f78d5b
commit
9923f31a7d
|
@ -293,7 +293,7 @@ public class EndlessMap extends AbstractMap{
|
||||||
if(initRandomPointMap.get(mapManager.getCurMapId())==null){
|
if(initRandomPointMap.get(mapManager.getCurMapId())==null){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(initRandomPointMap.get(mapManager.getCurMapId()).get(mapPointConfig.getId())!=null){
|
if(initRandomPointMap.get(mapManager.getCurMapId()).get(mapPointConfig.getId())==null){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(endlessRandomPoint.get( mapPointConfig.getId())!=null){
|
if(endlessRandomPoint.get( mapPointConfig.getId())!=null){
|
||||||
|
|
Loading…
Reference in New Issue