Update egg-arma3.json

- Added back depreciated variables so servers running the old Startup Command don't break.
This commit is contained in:
Red-Thirten 2021-07-12 21:52:40 -07:00 committed by GitHub
parent e50cb2ae3d
commit 22d4c3c3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,24 @@
"user_viewable": false,
"user_editable": false,
"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"
}
]
}