Don't run the plugin loader if the dir is missing
Compare changes
@@ -22,6 +22,7 @@ import java.security.PrivilegedActionException;
@@ -92,6 +93,11 @@ public class PluginLoader {
Skips the plugin loader if the configured plugin directory does not exist. This is a common case if the core is being run for the first time. A warning is logged instead.
Resolves #255 (closed)
To be filled in by the reviewers