TabooLib v4.57

+ 修复插件因载入顺序错误导致开服报错的问题
This commit is contained in:
坏黑
2018-10-21 13:57:45 +08:00
parent 423ad56f0c
commit 2bcc82aa15
3 changed files with 11 additions and 10 deletions

View File

@@ -93,6 +93,8 @@ public class Main extends JavaPlugin {
disable = false;
// 载入配置文件
saveDefaultConfig();
// 载入扩展
TabooLibLoader.setupAddons();
// 载入牛逼东西
TLib.init();
TLib.injectPluginManager();