Memory Cards Don't need Blocks.

This commit is contained in:
AlgorithmX2
2014-01-30 15:06:26 -06:00
parent 71f95b7d4e
commit 385103ffb7
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ package appeng.items.tools;
import java.util.EnumSet;
import java.util.List;
import net.minecraft.block.Block;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
@@ -63,7 +62,7 @@ public class ToolMemoryCard extends AEBaseItem implements IMemoryCard
}
@Override
public void notifyUser(Block blk, EntityPlayer player, MemoryCardMessages msg)
public void notifyUser(EntityPlayer player, MemoryCardMessages msg)
{
if ( Platform.isClient() )
return;