Deprecate API for removed notification configuration

This commit is contained in:
Jikoo
2021-04-05 19:12:45 -04:00
parent 6c4818dfd9
commit e3acb5384a
2 changed files with 10 additions and 12 deletions

View File

@@ -334,16 +334,6 @@ public class OpenInv extends JavaPlugin implements IOpenInv {
}
}
@Override
public boolean notifyAnyChest() {
return this.getConfig().getBoolean("notify.any-chest", true);
}
@Override
public boolean notifySilentChest() {
return this.getConfig().getBoolean("notify.silent-chest", true);
}
@Override
public void onDisable() {