mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Revert build
This commit is contained in:
parent
0d97159010
commit
62839b5358
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user