Fixed compile error from cherry-picked commit.

This commit is contained in:
Gunther De Wachter
2017-06-29 05:47:51 +02:00
parent af85a2bf67
commit 3ac7e518b1
3 changed files with 3 additions and 3 deletions
@@ -121,7 +121,7 @@ public class BlockWireless extends AEBaseTileBlock implements ICustomCollision
return true;
}
return super.onBlockActivated( w, pos, state, player, hand, heldItem, side, hitX, hitY, hitZ );
return super.onBlockActivated( w, pos, state, player, hand, side, hitX, hitY, hitZ );
}
@Override