OtherDrops

226k Downloads

NPE in BlockTarget reported

Zarius opened this issue ยท 2 comments

commented

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.

commented

Must be that the block is null for some reason... :/

commented

Haven't seen any NPE like this in ages - assuming fixed.