mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-30 22:53:27 +01:00
Add missing javadocs to ConfigKeys
This commit is contained in:
parent
4fa6cd2577
commit
544ffbad19
@ -264,7 +264,8 @@ public final class ConfigKeys {
|
|||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* If a final sort according to "inheritance rules" should be performed after the traversal algorithm
|
||||||
|
* has resolved the inheritance tree
|
||||||
*/
|
*/
|
||||||
public static final ConfigKey<Boolean> POST_TRAVERSAL_INHERITANCE_SORT = booleanKey("post-traversal-inheritance-sort", false);
|
public static final ConfigKey<Boolean> POST_TRAVERSAL_INHERITANCE_SORT = booleanKey("post-traversal-inheritance-sort", false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user