代码回滚

lvxinran 2020-09-17 01:41:58 +08:00
parent 80bdaf491e
commit 13ca97db1c
1 changed files with 2 additions and 2 deletions

View File

@ -471,8 +471,8 @@ public class EndlessMap extends AbstractMap{
}
}
private int getMapIdByWorldLevel() throws Exception {
return 4002;
// return GlobalDataManaager.getEndleeMapIdByLevel();
// return 4002;
return GlobalDataManaager.getEndleeMapIdByLevel();
}
}