Populate Subject cache when obtaining SubjectReferences for instances which already exist

This commit is contained in:
Luck
2017-12-30 15:23:31 +00:00
Unverified
parent b9dfd7db54
commit 764665cf15
17 changed files with 95 additions and 42 deletions
@@ -186,7 +186,7 @@ public class DependencyManager {
}
}
private void loadJar(File file) {
private void loadJar(File file) {
// get the classloader to load into
ClassLoader classLoader = plugin.getClass().getClassLoader();