back_recharge
jiahuiwen 2019-04-25 17:39:47 +08:00
parent e9da699d03
commit 064ddce83f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class STableManager {
File file = new File(path);
if (!file.exists()) {
tableName = tableName.substring(0, 3);
mapType += 101;
mapType += 100;
i = mapType;
continue;
}