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