地图读200开始
parent
cfd59bebba
commit
30b39089c1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue