1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

added "isNotInside" exception to unload

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

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