Fix throw hotkey also focusing UI (#17493)
Back in 2019, throw was set to Ctrl+Click so canFocus was set to true. It wasn't removed when the hotkey changed from left click to Q.
This commit is contained in:
@@ -201,7 +201,6 @@ binds:
|
||||
- function: ThrowItemInHand
|
||||
type: State
|
||||
key: Q
|
||||
canFocus: true
|
||||
mod1: Control
|
||||
- function: TryPullObject
|
||||
type: State
|
||||
|
||||
Reference in New Issue
Block a user