And again!
This commit is contained in:
parent
2f59aa2228
commit
425f144f25
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class PartPlacement
|
|||
else if ( event.entityPlayer != null )
|
||||
{
|
||||
ItemStack held = event.entityPlayer.getHeldItem();
|
||||
if ( event.entityPlayer.isSneaking() && held != null && AEApi.instance().items().itemMemoryCard.sameAs( held ) )
|
||||
if ( event.entityPlayer.isSneaking() && held != null && AEApi.instance().items().itemMemoryCard.sameAsStack( held ) )
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue