mark installed plugin as core after server started

This commit is contained in:
Eduard Heimbuch
2019-09-18 15:47:58 +02:00
parent 7e85f374ab
commit 913b7080fd
3 changed files with 20 additions and 7 deletions

View File

@@ -462,7 +462,7 @@ public final class PluginProcessor
if (Files.exists(descriptorPath)) {
boolean core = Files.exists(directory.resolve("core"));
boolean core = Files.exists(directory.resolve(PluginConstants.FILE_CORE));
ClassLoader cl = createClassLoader(classLoader, smp);