Disabled Debug Message
This commit is contained in:
parent
6753810cfa
commit
cf42970fa8
@ -62,7 +62,7 @@ if (isClass(configFile >> "CfgWeapons" >> "ACE_Fortify")) then
|
|||||||
_x addEventHandler ["CuratorObjectPlaced", {
|
_x addEventHandler ["CuratorObjectPlaced", {
|
||||||
params ["_curator", "_entity"];
|
params ["_curator", "_entity"];
|
||||||
if ((_entity isKindOf "Tank")||(_entity isKindOf "Air")||(_entity isKindOf "Logic")||(_entity isKindOf "Man")||(_entity isKindOf "House")) then {
|
if ((_entity isKindOf "Tank")||(_entity isKindOf "Air")||(_entity isKindOf "Logic")||(_entity isKindOf "Man")||(_entity isKindOf "House")) then {
|
||||||
hint "Object is blacklisted";
|
//hint "Object is blacklisted";
|
||||||
} else {
|
} else {
|
||||||
_action = [
|
_action = [
|
||||||
"SlingLoad", // Action Name
|
"SlingLoad", // Action Name
|
||||||
@ -75,7 +75,7 @@ if (isClass(configFile >> "CfgWeapons" >> "ACE_Fortify")) then
|
|||||||
[0,0,0], 100] call ace_interact_menu_fnc_createAction;
|
[0,0,0], 100] call ace_interact_menu_fnc_createAction;
|
||||||
|
|
||||||
[_entity, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;
|
[_entity, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;
|
||||||
hint format["Object spawned: %1", _entity];
|
//hint format["Object spawned: %1", _entity];
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
} forEach allCurators;
|
} forEach allCurators;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user