TabooLib v4.6-R3

+ Remove depend: Vault
+ Optimize Main
This commit is contained in:
坏黑
2018-11-02 18:47:47 +08:00
parent c2b17ebd59
commit 9ae4c0701e
7 changed files with 17 additions and 118 deletions

View File

@@ -60,6 +60,11 @@ public class TabooLibLoader implements Listener {
static void unregister() {
unloadClasses();
try {
tabooLibDeprecated.unregister();
} catch (Exception e) {
e.printStackTrace();
}
}
public static TabooLibDeprecated getTabooLibDeprecated() {