Unbind mwheelup and mwheeldown

This commit is contained in:
fanyx 2023-08-05 15:07:18 +02:00
parent cdc899a890
commit f934c81b03
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ bind 9 "slot9"
bind "alt" "r_cleardecals" bind "alt" "r_cleardecals"
bind "=" "sm_admin" bind "=" "sm_admin"
unbind "mwheelup"
unbind "mwheeldown"
// jumpthrow bind // jumpthrow bind
alias "+jumpthrow" "+jump;-attack" alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump" alias "-jumpthrow" "-jump"