formatting

This commit is contained in:
lambdatiger 2024-01-15 16:27:29 -06:00
parent 054b9cda23
commit c05be02530

View File

@ -29,7 +29,7 @@ params [
];
// Check for vehicle hold-off timeout
private _shotParentVic = _shotParents#0;
_shotParents params ["_shotParentVic"];
if (_shotParentVic getVariable [QGVAR(nextFragTime), -1] > CBA_missionTime) exitWith {
TRACE_1("vehicleTimeExit",_shotParentVic);
};