mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
[Bleeding] Fixed soft-dependencies broken by previous commit.
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user