Replace killbind with explode

This commit is contained in:
Nathan McCarty 2023-05-02 18:15:37 -04:00
parent 5a1f630057
commit 8d131da2ac
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ bind "8" "changeclass"
bind "=" "open_charinfo_direct" bind "=" "open_charinfo_direct"
bind "j" "cl_trigger_first_notification" bind "j" "cl_trigger_first_notification"
bind "k" "cl_decline_first_notification" bind "k" "cl_decline_first_notification"
bind "b" "kill" bind "b" "explode"
bindtoggle "q" "r_drawviewmodel" bindtoggle "q" "r_drawviewmodel"
// Scoreboard with net_graph // Scoreboard with net_graph