Refactor the way holder caches are invalidated in order to improve consistency (#734)
This commit is contained in:
@@ -61,11 +61,6 @@ public class BungeeConfigAdapter extends AbstractConfigurationAdapter implements
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean contains(String path) {
|
||||
return this.configuration.contains(path);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getString(String path, String def) {
|
||||
return this.configuration.getString(path, def);
|
||||
|
||||
Reference in New Issue
Block a user