Change ACE_Settings from modules

This commit is contained in:
Nicolás Badano
2015-02-03 02:53:02 -03:00
parent 92d21af8c6
commit 74d0ae95ff
9 changed files with 30 additions and 30 deletions

View File

@ -15,5 +15,5 @@ if (!hasInterface) exitwith {}; // No need for this module on HC or dedicated se
private ["_logic"];
_logic = [_this,0,objNull,[objNull]] call BIS_fnc_param;
if (!isNull _logic) then {
[_logic, QGVAR(EnableForAI), "forAI" ] call EFUNC(common,readBooleanParameterFromModule);
[_logic, QGVAR(EnableForAI), "forAI" ] call EFUNC(common,readSettingFromModule);
};