Skip to content

Commit

Permalink
Merge pull request #170 from Reyfin/master
Browse files Browse the repository at this point in the history
Firemission Hotfix
  • Loading branch information
ChrSacher authored Feb 21, 2018
2 parents f9232be + 25a2463 commit bb2bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firemission/Dia/Dia_PolarFiremission.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ FNC_DIA_Server_PolarFiremissionFire =
private _guns = _requester getVariable [VAR_SART_OBSGUNS,[]];

[_selectedUnit,_requester] call FNC_SetArtyCaller;
[_selectedUnit,[_grid,true] call CBA_fnc_mapGridToPos,_mils,_distance,_dispersion,_burstNumber,_burstRounds,_burstDelay,_spotting,_selectedAmmo] call FNC_PolarFiremission;
[_selectedUnit,_grid,_mils,_distance,_dispersion,_burstNumber,_burstRounds,_burstDelay,_spotting,_selectedAmmo] call FNC_PolarFiremission;

};

Expand Down

0 comments on commit bb2bc49

Please sign in to comment.