修复:几个加载插件时的异常

This commit is contained in:
坏黑
2018-04-07 23:16:25 +08:00
parent b22ade7cff
commit 7758ac2241
3 changed files with 35 additions and 18 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;
private TLibConfig config = new TLibConfig();
private TConfigWatcher configWatcher = new TConfigWatcher();
@@ -75,5 +75,4 @@ public class TLib {
return downloadPoolSize;
}
}
}