This commit is contained in:
坏黑
2019-07-06 19:30:56 +08:00
parent 23612b8ee7
commit 44a9b79404
10 changed files with 31 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ public class TabooLib {
TabooLibLoader.init();
// 创建线程检测服务器是否关闭
Executors.newSingleThreadExecutor().submit(() -> {
while (NMS.getHandler().isRunning()) {
while (NMS.handle().isRunning()) {
}
// 保存数据
Local.saveFiles();