地图读200开始
parent
cfd59bebba
commit
30b39089c1
|
@ -132,6 +132,7 @@ public class STableManager {
|
||||||
String path = SysUtil.getPath("conf", "server", tableName + ".txt");
|
String path = SysUtil.getPath("conf", "server", tableName + ".txt");
|
||||||
File file = new File(path);
|
File file = new File(path);
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
|
tableName = tableName.substring(0, 3);
|
||||||
mapType += 100;
|
mapType += 100;
|
||||||
i = mapType;
|
i = mapType;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue