配置不存在,暂时修改

back_recharge
lvxinran 2020-08-03 18:05:32 +08:00
parent e0b3889a67
commit 52745a48b4
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class TowerMap extends AbstractMap {
return;
}
int floor = mapManager.getTrialInfo().getFloor();
if(floor==101){
if(floor>=101&&floor<=200){
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
}
STrialConfig sTrialConfig;