地图读200开始

back_recharge
jiahuiwen 2019-04-25 17:30:53 +08:00
parent cfd59bebba
commit 30b39089c1
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ public class STableManager {
String path = SysUtil.getPath("conf", "server", tableName + ".txt");
File file = new File(path);
if (!file.exists()) {
tableName = tableName.substring(0, 3);
mapType += 100;
i = mapType;
continue;