getFirstHit fix
This commit is contained in:
parent
c22c75cd1e
commit
9657300764
1 changed files with 0 additions and 3 deletions
|
@ -649,9 +649,6 @@ public class TileEntityLaser extends TileEntity implements IPeripheral
|
|||
case 3: // getFirstHit()
|
||||
if (firstHit != null)
|
||||
{
|
||||
int blockID = hitBlockId;
|
||||
int blockMeta = hitBlockMeta;
|
||||
float blockResistance = hitBlockResistance;
|
||||
Object[] info = { hitX, hitY, hitZ, hitBlockId, hitBlockMeta, (Float)hitBlockResistance };
|
||||
return info;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue