mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-09 13:43:21 +08: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_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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user