Skip to content

Commit

Permalink
Dont break stuff before they need broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Oct 6, 2013
1 parent d99350d commit 28f912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tconstruct/blocks/SmelteryBlock.java
Expand Up @@ -216,7 +216,7 @@ public TileEntity createTileEntity (World world, int metadata)
switch (metadata)
{
case 0:
return new AdaptiveSmelteryLogic();
return new SmelteryLogic();
case 1:
return new SmelteryDrainLogic();
case 3:
Expand Down

0 comments on commit 28f912a

Please sign in to comment.