Cleanup - Trim all trailing whitespace (#8651)

This commit is contained in:
PabstMirror
2021-10-30 16:42:03 -05:00
committed by GitHub
parent 58f43288ab
commit 7bc6fdfa66
181 changed files with 421 additions and 421 deletions

View File

@ -17,7 +17,7 @@ GVAR(loadoutAction) = [ // create action
private _cfgVehicle = configFile >> "CfgVehicles";
_vehicles findIf {getNumber (_cfgVehicle >> typeOf _x >> "transportAmmo") > 0} != -1;
};
(_isRearmVehicle && {[ace_player, _target] call FUNC(canConfigurePylons)})
}
] call EFUNC(interact_menu,createAction);