无尽修改
parent
67d0f78d5b
commit
9923f31a7d
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue