Turn off netgraph by default.

This commit is contained in:
Lyrositor
2014-02-21 08:26:38 +01:00
parent 978f87c526
commit 0ed094eac3
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
sound/*

View File

@@ -30,7 +30,7 @@ alias LOADOUT_SWITCH "loadout_on"
// SHOW_NETGRAPH // SHOW_NETGRAPH
// Values: netgraph_on | netgraph_off // Values: netgraph_on | netgraph_off
// Shows the netgraph when the user press Tab. // Shows the netgraph when the user press Tab.
alias SHOW_NETGRAPH "netgraph_on" alias SHOW_NETGRAPH "netgraph_off"
// SPY_LINES // SPY_LINES
// Values: spy_lines_on | spy_lines_off // Values: spy_lines_on | spy_lines_off