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
|
- function: ThrowItemInHand
|
||||||
type: State
|
type: State
|
||||||
key: Q
|
key: Q
|
||||||
canFocus: true
|
|
||||||
mod1: Control
|
mod1: Control
|
||||||
- function: TryPullObject
|
- function: TryPullObject
|
||||||
type: State
|
type: State
|
||||||
|
|||||||
Reference in New Issue
Block a user