diff options
Diffstat (limited to 'etc/tf/cfg')
-rw-r--r-- | etc/tf/cfg/autoexec.cfg | 4 | ||||
-rw-r--r-- | etc/tf/cfg/heavyweapons.cfg | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg index 9c6aa03a..c257f2e3 100644 --- a/etc/tf/cfg/autoexec.cfg +++ b/etc/tf/cfg/autoexec.cfg @@ -1,3 +1,7 @@ bind \ kill bind ' explode +bind = "exec autoexec" +bind mouse3 "voicemenu 2 0" +bind mouse4 "voicemenu 0 7" +bind mouse5 "voicemenu 1 4" tf_contract_progress_show 0 diff --git a/etc/tf/cfg/heavyweapons.cfg b/etc/tf/cfg/heavyweapons.cfg deleted file mode 100644 index 85275e72..00000000 --- a/etc/tf/cfg/heavyweapons.cfg +++ /dev/null @@ -1,3 +0,0 @@ -bind mouse3 "voicemenu 2 0" -bind mouse4 "voicemenu 0 7" -bind mouse5 "voicemenu 1 4" |