Reverted debugging code.

This commit is contained in:
Sebastian Hartte 2016-09-14 00:52:43 +02:00
parent 7584d00681
commit 653ba814cc
1 changed files with 1 additions and 3 deletions

View File

@ -24,8 +24,6 @@ import java.io.IOException;
import io.netty.buffer.ByteBuf;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.EnumFacing;
import net.minecraftforge.fml.relauncher.Side;
@ -134,7 +132,7 @@ public class TileCraftingMonitorTile extends TileCraftingTile implements IColora
public IAEItemStack getJobProgress()
{
return AEItemStack.create( new ItemStack( Items.DIAMOND, 64 ) ); // this.dspPlay;//
return this.dspPlay; // AEItemStack.create( new ItemStack( Items.DIAMOND, 64 ) );
}
@Override