Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Oct 6, 2015
1 parent b0624e2 commit 2395c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrueCraft.Core/Logic/Blocks/WoodenPlanksBlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace TrueCraft.Core.Logic.Blocks
{
public class WoodenPlanksBlock : BlockProvider, ICraftingRecipe, IBurnableItem, IBurnableItem
public class WoodenPlanksBlock : BlockProvider, ICraftingRecipe, IBurnableItem
{
public static readonly byte BlockID = 0x05;

Expand Down Expand Up @@ -59,4 +59,4 @@ public bool SignificantMetadata
get { return false; }
}
}
}
}

0 comments on commit 2395c53

Please sign in to comment.