Removed the allow-extra-data-values option.

This reverts parts of e477141.
Data values could never go past 15 anyway,
making the option pointless and misleading.
This commit is contained in:
wizjany
2013-11-26 10:36:39 -05:00
parent a8f4013cbb
commit 3acc82e97b
4 changed files with 1 additions and 6 deletions

View File

@@ -110,7 +110,6 @@ public abstract class LocalConfiguration {
public boolean showFirstUseVersion = true;
public int butcherDefaultRadius = -1;
public int butcherMaxRadius = -1;
public boolean allowExtraDataValues = false;
public boolean allowSymlinks = false;
/**