Fixed a few bugs getting sample plugin to load

This commit is contained in:
Dinnerbone
2010-12-24 18:16:00 +00:00
parent 3fdb366559
commit b8c8beab9a
6 changed files with 37 additions and 10 deletions

View File

@@ -110,7 +110,6 @@ public final class PluginManager {
if (result != null) {
plugins.add(result);
lookupNames.put(result.getDescription().getName(), result);
result.onInitialize();
}
return result;