Fixed Bug: #0607 - Interface crafting card crash

This commit is contained in:
AlgorithmX2 2014-07-12 19:22:03 -05:00
parent c06e7d09d9
commit 4748db9e74

View file

@ -481,7 +481,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
{
if ( getInstalledUpgrades( Upgrades.CRAFTING ) > 0 && itemStack != null )
{
return craftingTracker.handleCrafting( x, itemStack.getStackSize(), itemStack, d, getTile().getWorldObj(), gridProxy.getGrid(),
return craftingTracker.handleCrafting( x, itemStack.getStackSize(), itemStack, d, iHost.getTileEntity().getWorldObj(), gridProxy.getGrid(),
gridProxy.getCrafting(), mySrc );
}
}