Skip to content

Commit

Permalink
Remove unnecessary/unused int
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowfacts committed Apr 10, 2015
1 parent 763b449 commit ea9a764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/tconstruct/tools/blocks/ToolForgeBlock.java
Expand Up @@ -123,7 +123,6 @@ public TileEntity createNewTileEntity (World world, int metadata)
@Override
public Integer getGui (World world, int x, int y, int z, EntityPlayer entityplayer)
{
int md = world.getBlockMetadata(x, y, z);
return ToolProxyCommon.toolForgeID;
}

Expand Down

0 comments on commit ea9a764

Please sign in to comment.