mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
formatting
This commit is contained in:
@ -29,7 +29,7 @@ params [
|
|||||||
];
|
];
|
||||||
|
|
||||||
// Check for vehicle hold-off timeout
|
// Check for vehicle hold-off timeout
|
||||||
private _shotParentVic = _shotParents#0;
|
_shotParents params ["_shotParentVic"];
|
||||||
if (_shotParentVic getVariable [QGVAR(nextFragTime), -1] > CBA_missionTime) exitWith {
|
if (_shotParentVic getVariable [QGVAR(nextFragTime), -1] > CBA_missionTime) exitWith {
|
||||||
TRACE_1("vehicleTimeExit",_shotParentVic);
|
TRACE_1("vehicleTimeExit",_shotParentVic);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user