修复配置文件加载和保存失败

This commit is contained in:
Izzel_Aliz
2018-04-08 22:42:31 +08:00
parent 7758ac2241
commit 33905330f3
4 changed files with 55 additions and 56 deletions

View File

@@ -22,7 +22,7 @@ public class TLib {
@Logger("§8[§3§lTabooLib§8][§r{1}§8] §f{2}")
private TLogger tLogger;
private TLibConfig config = new TLibConfig();
private TLibConfig config;
private TConfigWatcher configWatcher = new TConfigWatcher();