Browse Source
Add sv_tags to CS:GO server config
Add sv_tags to CS:GO server config
pull/55/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
CounterStrikeGlobalOffensive/server.cfg
|
|
@ -24,6 +24,10 @@ sv_contact "" |
|
|
|
// Default: sv_lan 0 |
|
|
|
sv_lan 0 |
|
|
|
|
|
|
|
// Tags - Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. |
|
|
|
// Example: sv_tags "128tick,deathmatch,dm,ffa,pistol,dust2" |
|
|
|
sv_tags "" |
|
|
|
|
|
|
|
// ............................. Server Logging ............................. // |
|
|
|
|
|
|
|
// Enable log - Enables logging to file, console, and udp < on | off >. |
|
|
|