Revert build

This commit is contained in:
libraryaddict 2021-11-09 16:46:03 +13:00
parent 0d97159010
commit 62839b5358
1 changed files with 0 additions and 9 deletions

View File

@ -213,15 +213,6 @@ public class LibsDisguises extends JavaPlugin {
DisguiseConfig.setUsingReleaseBuilds(false);
}
// This doesn't do anything but makes sure the class is constructed properly.
try {
DisguiseAPI.getSelfDisguiseId();
} catch (Throwable ex) {
while (ex != null) {
ex.printStackTrace();
ex = ex.getCause();
}
}
ReflectionManager.init();
PacketsManager.init();