[Bleeding] Fixed soft-dependencies broken by previous commit.
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
c36ddbd64c
commit
1290db91bf
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public final class PluginDescriptionFile {
|
|||
* @return immutable list of plugins that should consider this plugin a soft-dependency
|
||||
*/
|
||||
public List<String> getLoadBefore() {
|
||||
return softDepend;
|
||||
return loadBefore;
|
||||
}
|
||||
|
||||
public PluginLoadOrder getLoad() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue