Add the MAP Varible (#903)
The MAP Var was added to startup config but never to the user config options.
This commit is contained in:
parent
adfc165c73
commit
e1d6980c0b
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,15 @@
|
||||||
"user_viewable": 1,
|
"user_viewable": 1,
|
||||||
"user_editable": 0,
|
"user_editable": 0,
|
||||||
"rules": "required|alpha_dash|between:1,100"
|
"rules": "required|alpha_dash|between:1,100"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Map",
|
||||||
|
"description": "The default map for the server.",
|
||||||
|
"env_variable": "SRCDS_MAP",
|
||||||
|
"default_value": "",
|
||||||
|
"user_viewable": 1,
|
||||||
|
"user_editable": 1,
|
||||||
|
"rules": "required|string|alpha_dash"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue