+ fix lag & update TMap

This commit is contained in:
坏黑
2019-10-12 22:35:01 +08:00
parent 938e547d96
commit 048eb12daf
2 changed files with 19 additions and 2 deletions

View File

@@ -71,6 +71,11 @@ public class TabooLib {
// 创建线程检测服务器是否关闭
Executors.newSingleThreadExecutor().submit(() -> {
while (NMS.handle().isRunning()) {
try {
Thread.sleep(50);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
// 保存数据
Local.saveFiles();