Default disabled experimental broken feature
This commit is contained in:
parent
73285de3c7
commit
3a4f8a844b
1 changed files with 2 additions and 2 deletions
|
@ -67,11 +67,11 @@ public class BlockStateConfig extends Configuration implements IConfigurationSub
|
|||
* http://wiki.bukkit.org/Bukkit.yml#database). Prevents the drops of all blocks that are created by players in
|
||||
* creative mode.
|
||||
*
|
||||
* default: true
|
||||
* default: false
|
||||
*/
|
||||
@IsConfigurationNode(order = 100)
|
||||
public boolean getEnabled() {
|
||||
return config.getBoolean("enabled", true);
|
||||
return config.getBoolean("enabled", false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue