13
0
geforkt von Mirrors/Paper

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

By: Wesley Wolfe <weswolf@aol.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-03-22 01:56:44 -05:00
Ursprung c36ddbd64c
Commit 1290db91bf

Datei anzeigen

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