mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Fix NoSuchMethodError being thrown for older Bukkit config classes
This commit is contained in:
parent
a0aec52661
commit
8b402f6423
@ -59,7 +59,7 @@ public class BukkitConfig extends AbstractConfiguration {
|
||||
|
||||
@Override
|
||||
public boolean contains(String path) {
|
||||
return configuration.contains(path, true);
|
||||
return configuration.contains(path);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user