back_recharge
wangyuan 2019-08-01 11:20:09 +08:00
parent 7131ed8204
commit 7e5eb8ece8
1 changed files with 1 additions and 1 deletions

View File

@ -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);