mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update CfgEden.hpp
This commit is contained in:
parent
07b73c9a55
commit
9a7c293286
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user