Strip removed config options, add DisableSaving and bump config version

This commit is contained in:
Jikoo
2016-11-26 17:05:06 -05:00
parent f11d60f78c
commit 0bbcf6cdb2
2 changed files with 14 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ public class OpenInv extends JavaPlugin {
* @return false unless configured otherwise
*/
public boolean disableSaving() {
return getConfig().getBoolean("DisableSaving", false);
return getConfig().getBoolean("settings.disable-saving", false);
}
/**