summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/tf/cfg/autoexec.cfg2
-rw-r--r--etc/tf/cfg/sniper.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/tf/cfg/autoexec.cfg b/etc/tf/cfg/autoexec.cfg
index 987023f8..c584dadd 100644
--- a/etc/tf/cfg/autoexec.cfg
+++ b/etc/tf/cfg/autoexec.cfg
@@ -7,7 +7,7 @@ bind / toggle_duck
 bind mouse2 +attack2
 alias sens1 "sensitivity 1.7"
 alias sens2 "sensitivity 1.7"
-alias sens3 "sensitivity 2.5"
+alias sens3 "sensitivity 3"
 bind 1 "slot1; sens1"
 bind 2 "slot2; sens2"
 bind 3 "slot3; sens3"
diff --git a/etc/tf/cfg/sniper.cfg b/etc/tf/cfg/sniper.cfg
index cd1cd0b0..39ce4a18 100644
--- a/etc/tf/cfg/sniper.cfg
+++ b/etc/tf/cfg/sniper.cfg
@@ -1 +1 @@
-alias sens1 "sensitivity 1.5"
+alias sens1 "sensitivity 1"
Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe