Fix block picking on stairs.

This commit is contained in:
Leenhaart 2013-09-17 10:58:36 +01:00
parent 152a4c7242
commit bb3b3fd624
1 changed files with 0 additions and 6 deletions

View File

@ -125,10 +125,4 @@ public class BlockBOPStairs extends BlockStairs
return textures[adjCat];
}
@Override
public int damageDropped(int meta)
{
return meta;
}
}