Skip to content

Commit

Permalink
fix issue #9.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsun2001 committed Jun 4, 2017
1 parent 01c126a commit 765c5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/client/gui/AEBaseGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ else if( slot instanceof SlotCraftingTerm )

if( Keyboard.isKeyDown( Keyboard.KEY_SPACE ) )
{
if( this.enableSpaceClicking() )
if( this.enableSpaceClicking() && !( slot instanceof SlotPatternTerm ) )
{
IAEItemStack stack = null;
if( slot instanceof SlotME )
Expand Down

0 comments on commit 765c5d2

Please sign in to comment.