summary refs log tree commit diff
path: root/etc/tf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-04 11:55:23 -0500
committerJune McEnroe <june@causal.agency>2020-11-04 11:55:23 -0500
commitaf1c9d5621756285b5499474365453f4ce7cceac (patch)
tree4e3ff25cadeea932b1989d25132aaf1a6ac8f30c /etc/tf
parentRemove edit (diff)
downloadsrc-af1c9d5621756285b5499474365453f4ce7cceac.tar.gz
src-af1c9d5621756285b5499474365453f4ce7cceac.zip
Remove modified sensitivity settings
Diffstat (limited to 'etc/tf')
-rw-r--r--etc/tf/cfg/engineer.cfg1
-rw-r--r--etc/tf/cfg/scout.cfg2
-rw-r--r--etc/tf/cfg/sniper.cfg1
3 files changed, 0 insertions, 4 deletions
diff --git a/etc/tf/cfg/engineer.cfg b/etc/tf/cfg/engineer.cfg
index c1763c74..19dcabb7 100644
--- a/etc/tf/cfg/engineer.cfg
+++ b/etc/tf/cfg/engineer.cfg
@@ -1,3 +1,2 @@
-alias sens1 "sensitivity 1.5"
 bind mouse3 "destroy 2; build 2"
 bind mouse5 "voicemenu 2 6"
diff --git a/etc/tf/cfg/scout.cfg b/etc/tf/cfg/scout.cfg
deleted file mode 100644
index 91e3fd94..00000000
--- a/etc/tf/cfg/scout.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-alias sens1 "sensitivity 1.4"
-alias sens2 "sensitivity 1.4"
diff --git a/etc/tf/cfg/sniper.cfg b/etc/tf/cfg/sniper.cfg
deleted file mode 100644
index 39ce4a18..00000000
--- a/etc/tf/cfg/sniper.cfg
+++ /dev/null
@@ -1 +0,0 @@
-alias sens1 "sensitivity 1"
ag enumsJune McEnroe 2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe 2019-11-08Only change AWAY status for registered clientsJune McEnroe 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe