Skip to content

Commit

Permalink
(#642): fixed extraction helicopter spawning in water
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansible2 committed Aug 6, 2023
1 parent 7dcc19e commit 5ae58ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Functions/Extraction/fn_extraction.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,12 @@ private _fn_afterExtractionWaitTime = {
BLWK_extractionAircraft = [];
BLWK_playersInExtractAircraft = [];
_landingPositions apply {
private _spawnPosition = [_centerPosition,3000,random 360] call CBAP_fnc_randPos;
private _spawnPosition = [
_centerPosition,
3000,
random 360,
50
] call KISKA_fnc_getPosRelativeSurface;

private _aircraftInfo = [
_spawnPosition,
Expand Down

0 comments on commit 5ae58ae

Please sign in to comment.