mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
3935299e3c
commit
e32bca3d14
@ -99,6 +99,11 @@ private _recurseFnc = {
|
|||||||
_actions
|
_actions
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if ((getNumber (configFile >> "CfgVehicles" >> _objectType >> "isPlayableLogic")) == 1) exitWith {
|
||||||
|
TRACE_1("skipping playable logic",_objectType);
|
||||||
|
_namespace setVariable [_objectType, []];
|
||||||
|
};
|
||||||
|
|
||||||
private _actionsCfg = configFile >> "CfgVehicles" >> _objectType >> "ACE_Actions";
|
private _actionsCfg = configFile >> "CfgVehicles" >> _objectType >> "ACE_Actions";
|
||||||
|
|
||||||
TRACE_1("Building ACE_Actions",_objectType);
|
TRACE_1("Building ACE_Actions",_objectType);
|
||||||
|
Loading…
Reference in New Issue
Block a user