Skip to content

Commit

Permalink
Syntax fix (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollieollieolllie committed Jun 28, 2022
1 parent 56c71ba commit 0fc3437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if (fuel _heli > 0.99) then {
_initFuelFrac = getNumber (_config >> "initFuelFracNoRobbie");
};
_heli setFuel _initFuelFrac;
}
};

[_heli] call fza_sfmplus_fnc_fuelSet;
[_heli] call fza_sfmplus_fnc_massSet;
Expand Down

0 comments on commit 0fc3437

Please sign in to comment.