You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
312 B
24 lines
312 B
// Empty playlist enforcing no maps/cvars, this will not appear in the main menu,
|
|
// this is for server owners who wish to have stats recorded but not use an existing playlist.
|
|
|
|
"playlist"
|
|
{
|
|
"name" ""
|
|
"description" ""
|
|
|
|
"allowed_maps"
|
|
{
|
|
}
|
|
|
|
"cvars"
|
|
{
|
|
}
|
|
|
|
"forced_cvars"
|
|
{
|
|
}
|
|
|
|
"filters"
|
|
{
|
|
}
|
|
}
|