Fixed compile error from cherry-picked commit.

This commit is contained in:
Gunther De Wachter
2017-06-29 05:47:51 +02:00
parent af85a2bf67
commit 3ac7e518b1
3 changed files with 3 additions and 3 deletions
@@ -158,7 +158,7 @@ public class BlockCraftingUnit extends AEBaseTileBlock
return true;
}
return super.onBlockActivated( w, pos, state, p, hand, heldItem, side, hitX, hitY, hitZ );
return super.onBlockActivated( w, pos, state, p, hand, side, hitX, hitY, hitZ );
}
public enum CraftingUnitType