mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
formatting
This commit is contained in:
parent
054b9cda23
commit
c05be02530
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user