Enable pickup_keyinvert by default

This commit is contained in:
HybridDog
2019-06-04 16:44:46 +02:00
parent 666ff41136
commit c943cf2042
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ item_drop.enable_item_drop (Enable item drops) bool true
item_drop.enable_pickup_key (Use pickup key) bool true
#Collect items when the key is not pressed instead of when it is pressed
item_drop.pickup_keyinvert (Invert pickup key) bool false
item_drop.pickup_keyinvert (Invert pickup key) bool true
#What keytype to use as pickup key
item_drop.pickup_keytype (Pickup keytype) enum Use Use,Sneak,LeftAndRight,RMB,SneakAndRMB