mirror of
https://github.com/pelican-eggs/games-standalone.git
synced 2024-11-26 12:22:37 +01:00
Update egg-arma3.json
- Added back depreciated variables so servers running the old Startup Command don't break.
This commit is contained in:
parent
e50cb2ae3d
commit
22d4c3c3d4
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user