Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bartimaeusnek committed Jan 16, 2018
1 parent df76710 commit 18cf4c0
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 18cf4c0

Please sign in to comment.