added "isNotInside" exception to unload

This commit is contained in:
Glowbal 2015-04-26 11:19:25 +02:00
parent 11d86248a7
commit fc08ebb0a5

View File

@ -467,7 +467,7 @@ class CfgVehicles {
showDisabled = 0;
priority = 2;
icon = PATHTOF(UI\icons\medical_cross.paa);
exceptions[] = {"isNotDragging", "isNotCarrying"};
exceptions[] = {"isNotDragging", "isNotCarrying", "isNotInside"};
};
};
};