Skip to content

Commit

Permalink
disable ctrl-click from inventory essentials, fixes #2218
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 19, 2021
1 parent 7e0fd0e commit 268d7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/inventoryessentials-client.toml
Expand Up @@ -6,7 +6,7 @@
#Should space-clicking an item move all items from that inventory at once?
enableBulkTransferAll = true
#Should ctrl-clicking only move one item at a time instead of the full stack?
enableSingleTransfer = true
enableSingleTransfer = false
#Use the client implementation even on servers that have the mod installed - only useful for development purposes.
forceClientImplementation = false
#Should space-clicking move all items even if an empty slot was clicked?
Expand Down

0 comments on commit 268d7fa

Please sign in to comment.