Update egg-arma3.json
- Added back depreciated variables so servers running the old Startup Command don't break.
This commit is contained in:
@@ -216,6 +216,24 @@
|
|||||||
"user_viewable": false,
|
"user_viewable": false,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|url"
|
"rules": "required|url"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "[Depreciated] Server Configuration File",
|
||||||
|
"description": "This is a depreciated variable that is only included for servers running on an older Startup Command.",
|
||||||
|
"env_variable": "CONFIG",
|
||||||
|
"default_value": "server.cfg",
|
||||||
|
"user_viewable": false,
|
||||||
|
"user_editable": false,
|
||||||
|
"rules": "string|nullable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "[Depreciated] Basic Configuration File",
|
||||||
|
"description": "This is a depreciated variable that is only included for servers running on an older Startup Command.",
|
||||||
|
"env_variable": "BASIC",
|
||||||
|
"default_value": "basic.cfg",
|
||||||
|
"user_viewable": false,
|
||||||
|
"user_editable": false,
|
||||||
|
"rules": "required|string"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user