Advanced Vehicle Damage disabled by default. (#8925)

Maintainers [...] want Advanced Vehicle Damage disabled by default.
https://github.com/acemod/ACE3/pull/8734#discussion_r787918244
This commit is contained in:
ZluskeN 2022-07-23 19:59:21 +02:00 committed by GitHub
parent 83f9c8331d
commit df3a9de7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
QGVAR(enabled), "CHECKBOX",
[ELSTRING(common,Enabled), LSTRING(setting_description)],
LSTRING(category_displayName),
true, // default value
false, // default value
true, // isGlobal
{[QGVAR(enabled), _this] call EFUNC(common,cbaSettings_settingChanged)},
true // Needs mission restart