NPE in BlockTarget reported
Zarius opened this issue ยท 2 comments
Line 42:
public BlockTarget(Block block) {
this(block.getType(), getData(block)); // NPE reported on this line
bl = block;
}
Will add the report itself when I find it.
Zarius opened this issue ยท 2 comments
Line 42:
public BlockTarget(Block block) {
this(block.getType(), getData(block)); // NPE reported on this line
bl = block;
}
Will add the report itself when I find it.