Skip to content

Commit

Permalink
Another fix for issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
xsun2001 committed Aug 14, 2017
1 parent c3410fe commit e51e3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/appeng/container/AEBaseContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,10 @@ else if( hand != null )

if( action == InventoryAction.MOVE_REGION )
{
if( s instanceof SlotPatternTerm )
return;
//SlotPatternTerm should't transfer its ItemStack to the Player

final List<Slot> from = new LinkedList<Slot>();

for( final Object j : this.inventorySlots )
Expand Down

0 comments on commit e51e3c7

Please sign in to comment.