mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix FRIES being applied when attribute unchecked (#5926)
This commit is contained in:
parent
1385f12542
commit
0a31a24fdf
@ -4,7 +4,7 @@
|
||||
control = "Checkbox"; \
|
||||
displayName = CSTRING(Eden_equipFRIES); \
|
||||
tooltip = CSTRING(Eden_equipFRIES_Tooltip); \
|
||||
expression = QUOTE([_this] call FUNC(equipFRIES)); \
|
||||
expression = QUOTE(if (_value) then {[_this] call FUNC(equipFRIES)}); \
|
||||
typeName = "BOOL"; \
|
||||
condition = "objectVehicle"; \
|
||||
defaultValue = false; \
|
||||
|
Loading…
Reference in New Issue
Block a user