Update CfgEden.hpp

This commit is contained in:
johnb432 2024-02-13 01:44:23 +01:00
parent 07b73c9a55
commit 9a7c293286

View File

@ -11,7 +11,7 @@ class Cfg3DEN {
expression = QUOTE(if (!_value) then {_this setVariable [ARR_3('%s',_value,true)]});
typeName = "BOOL";
condition = "objectVehicle";
defaultValue = QUOTE(GETMVAR(QGVAR(enable),true)]);
defaultValue = QUOTE(GETMVAR(QGVAR(enable),true));
};
class GVAR(enableAmmoCookoff) {
property = QGVAR(enableAmmoCookoff);