Remove the untested caps

They NPE :D
This commit is contained in:
Nick 2015-11-21 10:36:02 -08:00
parent 066d3a3f1b
commit 352c6b9e5f
2 changed files with 0 additions and 3 deletions

View file

@ -45,8 +45,6 @@ public class BlockString extends Block {
public BlockString(Material material, String[] values, String propName) {
super(material);
values = Arrays.copyOfRange(values, 0, 15);
this.maxMeta = values.length - 1;
this.values = Arrays.asList(values);