mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
83f9c8331d
commit
df3a9de7cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user