mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-08 21:30:55 +02:00
fix option lookups in specific contexts returning as global instead
This commit is contained in:
@@ -145,7 +145,7 @@ public interface LPSubject extends Subject {
|
||||
@Deprecated
|
||||
@Override
|
||||
default Optional<String> getOption(@NonNull Set<Context> contexts, @NonNull String key) {
|
||||
return getOption(getActiveContextSet(), key);
|
||||
return getOption(convertContexts(contexts), key);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
Reference in New Issue
Block a user