1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-02 17:16:59 +02:00

Removed BukkitPermsOverride as this is now the default with bukkit

handling child nodes.
This commit is contained in:
ElgarL
2012-02-21 18:40:54 +00:00
parent d904709d06
commit f3f29351da
3 changed files with 2 additions and 8 deletions

View File

@@ -57,9 +57,6 @@ public class GMConfiguration {
public boolean isOpOverride() {
return GMconfig.getBoolean("settings.config.opOverrides", true);
}
public boolean isBukkitPermsOverride() {
return GMconfig.getBoolean("settings.config.bukkit_perms_override", false);
}
public boolean isToggleValidate() {
return GMconfig.getBoolean("settings.config.validate_toggle", true);
}