Some debug
This commit is contained in:
parent
344344979c
commit
0d97159010
@ -214,7 +214,14 @@ public class LibsDisguises extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// This doesn't do anything but makes sure the class is constructed properly.
|
// This doesn't do anything but makes sure the class is constructed properly.
|
||||||
|
try {
|
||||||
DisguiseAPI.getSelfDisguiseId();
|
DisguiseAPI.getSelfDisguiseId();
|
||||||
|
} catch (Throwable ex) {
|
||||||
|
while (ex != null) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
ex = ex.getCause();
|
||||||
|
}
|
||||||
|
}
|
||||||
ReflectionManager.init();
|
ReflectionManager.init();
|
||||||
|
|
||||||
PacketsManager.init();
|
PacketsManager.init();
|
||||||
|
Loading…
Reference in New Issue
Block a user