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"