mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed doublespace
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
1da1c68803
commit
fa241cacb5
@ -53,7 +53,7 @@ if (_modFragCount < ACE_FRAG_LOW_FRAG_MOD_COUNT) then {
|
|||||||
// Offset for ground clearance
|
// Offset for ground clearance
|
||||||
private _heightATL = (ASLToATL _posASL)#2;
|
private _heightATL = (ASLToATL _posASL)#2;
|
||||||
if (_heightATL < ACE_FRAG_MIN_GROUND_OFFSET) then {
|
if (_heightATL < ACE_FRAG_MIN_GROUND_OFFSET) then {
|
||||||
_posASL = _posASL vectorAdd [0, 0, ACE_FRAG_MIN_GROUND_OFFSET - (0 min _heightATL)];
|
_posASL = _posASL vectorAdd [0, 0, ACE_FRAG_MIN_GROUND_OFFSET - (0 min _heightATL)];
|
||||||
};
|
};
|
||||||
|
|
||||||
TRACE_3("fnc_doFragTargeted IF",_fragRange,_timeSinceLastFrag,GVAR(fragSimComplexity));
|
TRACE_3("fnc_doFragTargeted IF",_fragRange,_timeSinceLastFrag,GVAR(fragSimComplexity));
|
||||||
|
Loading…
Reference in New Issue
Block a user