fix map
parent
7131ed8204
commit
7e5eb8ece8
|
@ -1276,7 +1276,7 @@ public class MapLogic {
|
|||
}
|
||||
if(sOptionConfig!=null){
|
||||
int[][] jumpTypeValues = sOptionConfig.getJumpTypeValues();
|
||||
if(jumpTypeValues[0][0] == 3){
|
||||
if(jumpTypeValues.length>0 && jumpTypeValues[0][0] == 3){
|
||||
SOptionAddCondition sOptionAddConditions = SOptionAddCondition.sOptionAddConditionMap.get(jumpTypeValues[1][1]);
|
||||
if(sOptionAddConditions!=null && sOptionAddConditions.getType() == 7){
|
||||
Cell cell = mapManager.getMapInfo().get(triggerXY);
|
||||
|
|
Loading…
Reference in New Issue