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:
Aexolott
2023-06-20 20:24:32 -05:00
committed by GitHub
parent 567490bfa5
commit 7f203be3c9

View File

@@ -201,7 +201,6 @@ binds:
- function: ThrowItemInHand
type: State
key: Q
canFocus: true
mod1: Control
- function: TryPullObject
type: State