Skip to content

Commit

Permalink
fix space in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Jun 26, 2021
1 parent a14e98c commit 1c3165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/wp/functions/fnc_taskHunt.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private _fnc_flare = {
case true;
case 1: {
private _units = units _leader;
private _unitsPostUGL = [_units] call EFUNC(main, doUGL);
private _unitsPostUGL = [_units] call EFUNC(main,doUGL);
if (_units isEqualTo _unitsPostUGL) then {
private _flare = "F_20mm_Red" createVehicle (_leader ModelToWorld [0, 0, 200]);
_flare setVelocity [0, 0, -10];
Expand Down

0 comments on commit 1c3165c

Please sign in to comment.