Default disabled experimental broken feature

This commit is contained in:
Jascha Starke 2013-04-20 10:11:00 +02:00
parent 73285de3c7
commit 3a4f8a844b

View file

@ -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 * http://wiki.bukkit.org/Bukkit.yml#database). Prevents the drops of all blocks that are created by players in
* creative mode. * creative mode.
* *
* default: true * default: false
*/ */
@IsConfigurationNode(order = 100) @IsConfigurationNode(order = 100)
public boolean getEnabled() { public boolean getEnabled() {
return config.getBoolean("enabled", true); return config.getBoolean("enabled", false);
} }
/** /**