Fixed plugin description loading
No longer hardcoding sample plugin, now uses plugins dir
This commit is contained in:
@@ -81,7 +81,7 @@ public final class PluginManager {
|
||||
}
|
||||
}
|
||||
|
||||
return (Plugin[])result.toArray();
|
||||
return result.toArray(new Plugin[result.size()]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user