Skip to content

Commit

Permalink
Merge pull request #17 from bartimaeusnek/rv3-1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xsun2001 committed Feb 16, 2018
2 parents df76710 + 18cf4c0 commit a3de16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/client/gui/AEBaseGui.java
Expand Up @@ -372,7 +372,7 @@ protected void handleMouseClick( final Slot slot, final int slotIdx, final int c

if( slot instanceof SlotFake )
{
final InventoryAction action = mouseButton == 1 ? InventoryAction.SPLIT_OR_PLACE_SINGLE : InventoryAction.PICKUP_OR_SET_DOWN;
final InventoryAction action = ctrlDown == 1 ? InventoryAction.SPLIT_OR_PLACE_SINGLE : InventoryAction.PICKUP_OR_SET_DOWN;

if( this.drag_click.size() > 1 )
{
Expand Down

0 comments on commit a3de16e

Please sign in to comment.