This commit is contained in:
Adubbz 2013-09-21 20:30:54 +10:00
commit 82f66aeb3f
1 changed files with 0 additions and 6 deletions

View File

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