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

View File

@@ -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"
alias SUICIDE_EXPLOSION "suicide_on"