mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Minor tweaks
This commit is contained in:
parent
77e55021d0
commit
b7d1bc5bb6
@ -4,9 +4,8 @@
|
|||||||
[LSTRING(Enabled_DisplayName), LSTRING(Enabled_Description)],
|
[LSTRING(Enabled_DisplayName), LSTRING(Enabled_Description)],
|
||||||
ELSTRING(medical,Category),
|
ELSTRING(medical,Category),
|
||||||
true,
|
true,
|
||||||
true, {
|
true,
|
||||||
[QGVAR(enabled), _this] call EFUNC(common,cbaSettings_settingChanged)
|
{[QEGVAR(medical,enabled), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
||||||
},
|
|
||||||
true // Needs mission restart
|
true // Needs mission restart
|
||||||
] call CBA_fnc_addSetting;
|
] call CBA_fnc_addSetting;
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ if (isServer) then {
|
|||||||
|
|
||||||
// replace medical items with their ACE equivalents
|
// replace medical items with their ACE equivalents
|
||||||
["CBA_settingsInitialized", {
|
["CBA_settingsInitialized", {
|
||||||
TRACE_1("CBA_settingsInitialized EH",GVAR(convertItems)); // 0: Enabled 1: RemoveOnly 2:Disabled
|
TRACE_1("CBA_settingsInitialized EH",GVAR(convertItems)); // 0: Enabled 1: RemoveOnly
|
||||||
{
|
{
|
||||||
// turn [["stuff", 2], ...] into ["stuff", "stuff", ...]
|
// turn [["stuff", 2], ...] into ["stuff", "stuff", ...]
|
||||||
private _replacements = [];
|
private _replacements = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user