mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
[Bleeding] Fixed soft-dependencies broken by previous commit.
This commit is contained in:
parent
816d7d850c
commit
e6539615a7
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
Reference in a new issue