diff --git a/addons/csw/functions/fnc_initVehicle.sqf b/addons/csw/functions/fnc_initVehicle.sqf index 3b8d2524ef8..4d936483bea 100644 --- a/addons/csw/functions/fnc_initVehicle.sqf +++ b/addons/csw/functions/fnc_initVehicle.sqf @@ -18,7 +18,7 @@ params ["_vehicle"]; if (!alive _vehicle) exitWith { WARNING_1("%1 not alive",_vehicle); }; if (!simulationEnabled _vehicle) exitWith { - [{simulationEnabled _this}, FUNC(initVehicle), _vehicle] call CBA_fnc_waitUntilAndExecute; + [{simulationEnabled _this}, LINKFUNC(initVehicle), _vehicle] call CBA_fnc_waitUntilAndExecute; }; private _typeOf = typeOf _vehicle;