Skip to content

Commit

Permalink
do the same with inventoryslab
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Dec 31, 2013
1 parent cc5b894 commit 2db77dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mantle/blocks/abstracts/InventorySlab.java
Expand Up @@ -14,9 +14,9 @@
*/
public abstract class InventorySlab extends InventoryBlock
{
public InventorySlab(int id, Material material)
public InventorySlab(Material material)
{
super(id, material);
super(material);
}

/* Rendering */
Expand Down

0 comments on commit 2db77dc

Please sign in to comment.