[Bleeding] Fixed soft-dependencies broken by previous commit.

This commit is contained in:
Wesley Wolfe
2012-03-22 01:56:44 -05:00
committed by EvilSeph
parent 09b1017156
commit adbf20a289

View File

@@ -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() {