Port Update from rv0

This commit is contained in:
AlgorithmX2
2014-05-25 20:59:04 -05:00
parent 905832ae85
commit 2f59aa2228
+1 -1
View File
@@ -40,7 +40,7 @@ public class PacketClick extends AppEngPacket
ToolNetworkTool tnt = (ToolNetworkTool) is.getItem();
tnt.serverSideToolLogic( is, player, player.worldObj, x, y, z, side, hitX, hitY, hitZ );
}
else if ( is != null && AEApi.instance().items().itemMemoryCard.sameAs( is ) )
else if ( is != null && AEApi.instance().items().itemMemoryCard.sameAsStack( is ) )
{
IMemoryCard mem = (IMemoryCard) is.getItem();
mem.notifyUser( player, MemoryCardMessages.SETTINGS_CLEARED );