Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion addons/recorder/fnc_captureLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ GVAR(PFHObject) = [
_class, //3
getText (configFile >> "CfgVehicles" >> _vehType >> "displayName"), //4
typeOf _x, //5
format ["%1", [_x] call BIS_fnc_getVehicleCustomization] //6
format ["%1", [_x] call BIS_fnc_getVehicleCustomization], //6
str side _x //7
];
_x setVariable [QGVARMAIN(newVehicleData), _newVehicleData];

Expand Down