Remove unused parameter

Gear is no longer used and can be removed from fthe function parameters
This commit is contained in:
Glowbal 2016-06-25 12:23:07 +02:00 committed by GitHub
parent 5fef1ba384
commit af61c2bc50

View File

@ -7,7 +7,6 @@
*
* Return Value:
* 0: Unit
* 1: getAllGear-Array
*
* Example:
* None
@ -16,7 +15,7 @@
*/
#include "script_component.hpp"
params ["_unit", "_gear"];
params ["_unit"];
private _backpack = backpack _unit;
if ((vehicle _unit) isKindOf "ParachuteBase" && {backpack _unit == ""} && {!(_unit getVariable [QGVAR(chuteIsCut),false])} && {_unit getVariable [QGVAR(hasReserve),false]}) then {