mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-25 07:20:44 +02:00
Retain cause node information for cached permission/meta data (#3250)
This commit is contained in:
@@ -54,6 +54,6 @@ public interface MetaValueSelector {
|
||||
* @param values the values, in the order in which they were accumulated.
|
||||
* @return the selected value
|
||||
*/
|
||||
@NonNull String selectValue(@NonNull String key, @NonNull List<String> values);
|
||||
@NonNull MetaNode selectValue(@NonNull String key, @NonNull List<MetaNode> values);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user