修复地图

back_recharge
lvxinran 2020-08-04 09:51:01 +08:00
parent 8b402e70aa
commit 7cb039e0fb
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ public class TowerMap extends AbstractMap {
if(curFloor<10000){ if(curFloor<10000){
STrialConfig sTrialConfig = STrialConfig.sTrialConfigMap.get(curFloor); STrialConfig sTrialConfig = STrialConfig.sTrialConfigMap.get(curFloor);
if(sTrialConfig.getMapId()!=mapId){ if(sTrialConfig.getMapId()!=mapId){
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE); mapId = sTrialConfig.getMapId();
// throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
} }
} }
if(!trialInfo.getMapInfo().isEmpty()&&mapManager.getCurMapId()==0){ if(!trialInfo.getMapInfo().isEmpty()&&mapManager.getCurMapId()==0){