Skip to content

Commit

Permalink
posible fix for #630
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Sep 7, 2017
1 parent de37ca0 commit 36a9977
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@
{format [MLOC(loadItem), getText (configFile >> "CfgVehicles" >> typeOf _target >> "displayName")]},
GVAR(CargoClasses),
10,
{!(isNull (CLib_Player getVariable [QGVAR(Item), objNull])) && !((CLib_Player getVariable [QGVAR(Item), objNull]) isEqualTo _target)},
{
!(isNull (CLib_Player getVariable [QGVAR(Item), objNull]))
&& !((CLib_Player getVariable [QGVAR(Item), objNull]) isEqualTo _target)
&& !(_target isKindOf "CAManBase")
},
{
params ["_vehicle"];
[{
Expand Down

0 comments on commit 36a9977

Please sign in to comment.