mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed error caused by closing square bracket
This commit is contained in:
parent
3dc3331d87
commit
36aeb61d81
@ -20,7 +20,7 @@ PARAMS_3(_logic,_settingName,_moduleVariable);
|
|||||||
|
|
||||||
// Check if the parameter is defined in the module
|
// Check if the parameter is defined in the module
|
||||||
if (isNil {_logic getVariable _moduleVariable}) exitWith {
|
if (isNil {_logic getVariable _moduleVariable}) exitWith {
|
||||||
ACE_LOGWARNING_2("Warning in %1 module: %2 setting is missing. Probably an obsolete version of the module is used in the mission.",typeOf _logic,_moduleVariable]);
|
ACE_LOGWARNING_2("Warning in %1 module: %2 setting is missing. Probably an obsolete version of the module is used in the mission.",typeOf _logic,_moduleVariable);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Set the setting globally and force it
|
// Set the setting globally and force it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user