From 0ed094eac3ef6fd92dab1d73b011fcf0153ffdc3 Mon Sep 17 00:00:00 2001 From: Lyrositor Date: Fri, 21 Feb 2014 08:26:38 +0100 Subject: [PATCH] Turn off netgraph by default. --- .gitignore | 1 + cfg/scripts/settings.cfg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca5a18d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +sound/* diff --git a/cfg/scripts/settings.cfg b/cfg/scripts/settings.cfg index 93786a4..a62cd49 100644 --- a/cfg/scripts/settings.cfg +++ b/cfg/scripts/settings.cfg @@ -30,7 +30,7 @@ alias LOADOUT_SWITCH "loadout_on" // SHOW_NETGRAPH // Values: netgraph_on | netgraph_off // Shows the netgraph when the user press Tab. -alias SHOW_NETGRAPH "netgraph_on" +alias SHOW_NETGRAPH "netgraph_off" // SPY_LINES // Values: spy_lines_on | spy_lines_off @@ -41,4 +41,4 @@ alias SPY_LINES "spy_lines_on" // SUICIDE_EXPLOSION // Values: suicide_on | suicide_off // If set to suicide_on, pressing F1 will make the player explode. -alias SUICIDE_EXPLOSION "suicide_on" \ No newline at end of file +alias SUICIDE_EXPLOSION "suicide_on"